page-navigation
for blog listings
#3775
-
Is it possible to get My expectation as a user is that if
But this isn't the case. For example, the Quarto blog's posts don't have page navigation even though If this is possible, what needs to be done to make it work? In relation to the quoted documentation above, it seems like "section" or "subsection" refer to a YAML |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You are correct that page navigation will navigate between pages within a sidebar (whether arranged in sections or not). It currently cannot navigate between posts in a blog or listing (as it discovers the page and their order from their position within a sidebar definition). To improve this, we would need to determine whether the page is participating in a listing and use that listing ordering to discover the next/previous page. This won't be trivial but is possible. Feel free to open an issue to track making the improvement! |
Beta Was this translation helpful? Give feedback.
You are correct that page navigation will navigate between pages within a sidebar (whether arranged in sections or not). It currently cannot navigate between posts in a blog or listing (as it discovers the page and their order from their position within a sidebar definition). To improve this, we would need to determine whether the page is participating in a listing and use that listing ordering to discover the next/previous page. This won't be trivial but is possible. Feel free to open an issue to track making the improvement!