Open
Description
Hi, thank you for a very useful plugin. I was wondering of something like Prev/Next button is possible for items that prepared by eleventyNavigation?
Some think like:
{% set previousChapter = collections.chapters | eleventyNavigation | getPreviousCollectionItem(page) %}
{% set nextChapter = collections.chapters | eleventyNavigation | getNextCollectionItem(page) %}
Right now, if I have nested navigation, the Prev/Next code in this section but as you might have guess, the items would not be in the same order.
Thank you very much
Metadata
Metadata
Assignees
Labels
No labels