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