I’ve attempted to enable pagination on a blog following the doc instructions and have been unable to get it to work. Two issues I’m running into:
- Previous and next page links render errors (e.g.
ERROR /blog/page3/ not found.
) - The forloop is outputting the posts in the wrong order (so index.html loads on page 4)
I believe I’ve installed the plugin correctly, and have listed it in my config.yml
file.
Here is a link. What am I doing wrong here?