eleventy icon indicating copy to clipboard operation
eleventy copied to clipboard

Prev Next Post Doesn't Works

Open BayuAngora opened this issue 5 years ago • 3 comments

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

BayuAngora avatar Jun 01 '20 01:06 BayuAngora

Hello?

BayuAngora avatar Jun 05 '20 07:06 BayuAngora

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.

denisbrodbeck avatar Jun 20 '20 13:06 denisbrodbeck

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/

BayuAngora avatar Jun 23 '20 12:06 BayuAngora