I’m using hugo 0.73.0, I’m not able to override the page settings. In my config.toml my paginate is set to 4
but when I try to
{{ range (.Paginator 2).Pages -}}
{{ partial "listing.html" .}}
{{- end }}
the paginator doesn’t override the global setting to 2 posts per page.