-
-
Notifications
You must be signed in to change notification settings - Fork 18
Prev/Next for items in eleventyNavigation items #22
Copy link
Copy link
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels