Ok, so in my testing, switching to .Pages did not work. My article_list template has this:
{{ $paginator := .Paginate (where .Pages "Type" "post") }}
Previously it was .Site.Pages.
Ok, so in my testing, switching to .Pages did not work. My article_list template has this:
{{ $paginator := .Paginate (where .Pages "Type" "post") }}
Previously it was .Site.Pages.