blog: Use .ByPublishDate for the blog list
This commit is contained in:
parent
b463f8df64
commit
9d50a93313
1 changed files with 1 additions and 1 deletions
|
@ -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 -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue