Add in-section Next/Prev content pointers

Conflicts:
	docs/content/meta/release-notes.md
	docs/content/templates/variables.md
This commit is contained in:
Dave Johnston
2014-04-18 07:23:13 +00:00
committed by bep
parent 837922d32b
commit a5f5106154
4 changed files with 17 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ type PageMeta struct {
type Position struct {
Prev *Page
Next *Page
PrevInSection *Page
NextInSection *Page
}
type Pages []*Page