mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Sort posts reverse chronologically (#67)
The months are displayed reverse chronologically, but the posts for that month are displayed chronologically. It seems more intuitive to have posts under each month also to be sorted reverse chronologically.
This commit is contained in:

committed by
Michael Noronha

parent
4f12aa2ac2
commit
baf409daac
@@ -7,7 +7,7 @@
|
||||
<ul>
|
||||
{{ range .Data.Pages.GroupByDate "Jan, 2006" "desc"}}
|
||||
<li class="groupby">{{ .Key }}</li>
|
||||
{{ range .Pages.ByPublishDate }}
|
||||
{{ range sort .Pages "Date" "desc" }}
|
||||
{{ partial "li.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user