index.hbs code
{{#foreach posts }}
<h1>{{title}}</h1>
{{/foreach}}
{{pagination}}
pagination why Don’t show prev | next button ???
index.hbs code
{{#foreach posts }}
<h1>{{title}}</h1>
{{/foreach}}
{{pagination}}
pagination why Don’t show prev | next button ???
There’s only one page?
pagination.limit = 25 default
How to change the default 25?
Needs to be configured in your theme’s package.json :)
I mean in your markup it says there’s only one page (1 of 1), which would prevent the buttons appearing. How many posts do you have?