Order taxonomies, sections by weight

This commit is contained in:
Will Faught
2024-06-04 21:42:54 -07:00
parent 64e6eae050
commit 27b526e989

View File

@@ -39,7 +39,7 @@
<h2 class="{{ $h2size }} text-center" id="paige-collections-header">{{ i18n "paige_collections" }}</h2>
{{ end }}
{{ range . }}
{{ range .ByWeight }}
{{ partial "paige/page.html" . }}
{{ end }}
</div>
@@ -51,7 +51,7 @@
<h2 class="{{ $h2size }} text-center" id="paige-sections-header">{{ i18n "paige_sections" }}</h2>
{{ end }}
{{ range . }}
{{ range .ByWeight }}
{{ partial "paige/page.html" . }}
{{ end }}
</div>