blog: Use .ByPublishDate for the blog list

This commit is contained in:
Eryn Wells 2025-01-07 08:35:04 -08:00
parent b463f8df64
commit 9d50a93313

View file

@ -3,7 +3,7 @@
{{ end }}
{{ define "main" }}
{{- range .Pages.ByDate.GroupByDate "2006" -}}
{{- range .Pages.ByPublishDate.GroupByDate "2006" -}}
<h1 class="date"><a id="{{ .Key }}">{{ .Key | title }}</a></h1>
{{- range .Pages -}}