eleventy
eleventy copied to clipboard
Prev Next Post Doesn't Works
I have this code for my prev next post ->
<div class="pagination">
<a class="prev" href="{{ prevPost.url }}">« Prev Post</a>
<a class="next" href="{{ nextPost.url }}">Next Post »</a>
</div>
But it doesn't works and always return to that current post. How to fix it?
Repo -> https://github.com/BayuAngora/11ty-demo
Hello?
An running example would be helpful. Pagination works fine for any given collection, so it's impossible to guess from your snippet alone, what the issue might be.
An running example would be helpful. Pagination works fine for any given collection, so it's impossible to guess from your snippet alone, what the issue might be.
Here is my repo -> https://github.com/BayuAngora/11ty/