{{ define "page-list" }} {{ if (or .Params.list_pages (not .Content)) }} {{ if .Params.list_pages }} {{ range .RegularPages.ByParam (or .Params.order_by "date" ) }}
{{ .Date.Format "2006-01-02" }} {{ .Title | markdownify }} {{ with .Params.subtitle }} · {{ . | markdownify }} {{ end }}
{{ end }} {{ else }} {{ range .RegularPages.GroupByDate "2006" }}