Select your pages, then paginate.
{{ $p := where site.RegularPages "Type" "post" }}
{{ range (.Paginate $p).Pages }}
And your boolean comparison should not be quoted:
true
instead of "true"
Select your pages, then paginate.
{{ $p := where site.RegularPages "Type" "post" }}
{{ range (.Paginate $p).Pages }}
And your boolean comparison should not be quoted:
true
instead of "true"