added prev/next nav
This commit is contained in:
parent
99332530fe
commit
67b3b10bb0
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ Other posts in this series:</p>
|
|||
</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}}
|
||||
{{ if and (isset .Site.Params "author") .Site.Params.author }}
|
||||
<div class="author-meta">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue