Order grouped pages by weight

This commit is contained in:
Will Faught
2023-10-21 14:13:36 -07:00
parent b3f544226c
commit 89dfc51c9a

View File

@@ -47,7 +47,7 @@
{{ range $pager.PageGroups }}
<h3 class="h5 paige-date-header text-center">{{ .Key }}</h3>
{{ range .Pages }}
{{ range .Pages.ByWeight }}
{{ partial "paige/page.html" . }}
{{ end }}
{{ end }}