added prev/next nav

This commit is contained in:
Don Harper 2019-07-08 22:17:50 -05:00
parent 99332530fe
commit 67b3b10bb0

View file

@ -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">