Aiken Harris ee84abb4f1
Some checks failed
Builds / ExectOS WebSite (push) Failing after 17s
Setup new pagination
2025-07-10 15:39:02 +02:00

3 lines
155 B
HTML

{{ $paginator := .Paginate (where site.RegularPages.ByDate.Reverse "Type" "news") 5 }}
{{ partial "list.html" (dict "context" . "paginator" $paginator) }}