added prev/next nav
This commit is contained in:
parent
13da00e549
commit
7241e74283
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@
|
|||
{{end}}
|
||||
</ul>
|
||||
{{end}}
|
||||
{{if .NextInSection}}<p>Next: <a href="{{.NextInSection.Permalink}}">{{.NextInSection.Title}}</a></p>{{end}}
|
||||
{{if .PrevInSection}}<p>Previous: <a href="{{.PrevInSection.Permalink}}">{{.PrevInSection.Title}}</a></p>{{end}}
|
||||
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue