diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html index 1707e036..b29b9f87 100644 --- a/layouts/partials/paige/pages.html +++ b/layouts/partials/paige/pages.html @@ -39,7 +39,7 @@

{{ i18n "paige_collections" }}

{{ end }} - {{ range . }} + {{ range .ByWeight }} {{ partial "paige/page.html" . }} {{ end }} @@ -51,7 +51,7 @@

{{ i18n "paige_sections" }}

{{ end }} - {{ range . }} + {{ range .ByWeight }} {{ partial "paige/page.html" . }} {{ end }}