hugo-theme-next/layouts/archives/list.html

2 lines
166 B
HTML
Raw Normal View History

{{ $paginator := (.Paginate (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections)).Pages.GroupByDate "2006" }}
{{ partial "list.html" $paginator }}