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

6 lines
285 B
HTML
Raw Normal View History

{{- if and .Page.IsSection (eq .Section "archives") }}
{{ partial "list.html" ((.Paginator (where .Page.Site.RegularPages "Section" "in" .Site.Params.mainSections)).Pages.GroupByDate "2006") }}
{{- else }}
{{ partial "list.html" (.Paginator.Pages.GroupByDate "2006") }}
{{- end }}