diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html index b29b9f87..6e24c8ea 100644 --- a/layouts/partials/paige/pages.html +++ b/layouts/partials/paige/pages.html @@ -73,7 +73,7 @@

{{ .Key }}

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