diff --git a/themes/ally/layouts/serial/list.html b/themes/ally/layouts/serial/list.html index 51fc924..1cb9b7e 100644 --- a/themes/ally/layouts/serial/list.html +++ b/themes/ally/layouts/serial/list.html @@ -1,5 +1,5 @@ {{ define "main" }} -{{ $paginator := .Paginate (where .Pages.ByPublishDate.Reverse ".Params.date" "!=" nil) 1 }} +{{ $paginator := .Paginate (where .Pages.ByWeight ".Params.date" "!=" nil) 1 }} {{ $content := .Content }} {{ range $paginator.Pages.ByWeight }}