hugo-theme-next/layouts/_default/list.html
2022-07-26 21:41:07 +08:00

6 lines
285 B
HTML

{{- 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 }}