Use default pagination ordering

This commit is contained in:
Will Faught
2023-09-24 21:28:10 -07:00
parent 3ba2c61e90
commit 30badada22

View File

@@ -41,7 +41,7 @@
{{ end }}
{{ $unpinned := complement $pinned . }}
{{ $pagegroups := $unpinned.ByPublishDate.Reverse.GroupByPublishDate "January 2006" }}
{{ $pagegroups := $unpinned.GroupByPublishDate "January 2006" }}
{{ $pager := $page.Paginate $pagegroups }}
{{ range $pager.PageGroups }}