diff --git a/themes/nederburg/layouts/_default/single.html b/themes/nederburg/layouts/_default/single.html index 26755e2a..519ec325 100644 --- a/themes/nederburg/layouts/_default/single.html +++ b/themes/nederburg/layouts/_default/single.html @@ -98,6 +98,8 @@ Other posts in this series:

{{end}} +{{if .NextInSection}}

Next: {{.NextInSection.Title}}

{{end}} +{{if .PrevInSection}}

Previous: {{.PrevInSection.Title}}

{{end}} {{ if and (isset .Site.Params "author") .Site.Params.author }}