mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Add in-section Next/Prev content pointers
Conflicts: docs/content/meta/release-notes.md docs/content/templates/variables.md
This commit is contained in:
@@ -80,6 +80,8 @@ type PageMeta struct {
|
||||
type Position struct {
|
||||
Prev *Page
|
||||
Next *Page
|
||||
PrevInSection *Page
|
||||
NextInSection *Page
|
||||
}
|
||||
|
||||
type Pages []*Page
|
||||
|
Reference in New Issue
Block a user