In section.html, when I use {{ range .Pages }} its work fine with displaying all pages within that section. But when I change it to {{ range .Paginator.Pages }} returns empty.
And my paginator in taxonomy page list.html working fine. I wondering why my code doesn’t work
Include a link to the source code repository of your project, because we really need the context of seeing your templates and partials to be able to help you. It is trivial to do a quick git clone on your repo, then run hugo server in your project, to help you out. On the other hand, recreating your code from screenshots, or sort of guessing at it, is not.
If you can’t share your repository for whatever reason, consider creating a dummy repo that you can share, which reproduces the problem you’re experiencing.
Start building sites …
Total in 35 ms
Error: Error building site: failed to render pages: render of "home" failed: execute of template failed: template: index.html:23:31: executing "main" at <partial "card/card-horizontal-mini.html" .>: error calling partial: "/home/jmooring/temp/joe/themes/hugoblog/layouts/partials/card/card-horizontal-mini.html:25:29": execute of template failed: template: partials/card/card-horizontal-mini.html:25:29: executing "partials/card/card-horizontal-mini.html" at <first 1 .Params.categories>: error calling first: both limit and seq must be provided
Please fix the error, update your repo, then let me know.