Order taxonomies, sections by weight

master
Will Faught 1 year ago
parent 64e6eae050
commit 27b526e989

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

Loading…
Cancel
Save