mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
ad705aac06
Introduce new page position variables in order to fix the ordering issue of `.Next` and `.Prev` while also allowing an upgrade path via deprecation. `.NextInSection` becomes `.NextPageInSection`. `.PrevInSection` becomes `.PrevPageInSection`. `.Next` becomes a function returning `.PrevPage`. `.Prev` becomes a function returning `.NextPage`. Fixes #1061 |
||
---|---|---|
.. | ||
_index.md | ||
files.md | ||
git.md | ||
hugo.md | ||
menus.md | ||
page.md | ||
shortcodes.md | ||
site.md | ||
sitemap.md | ||
taxonomy.md |