diff --git a/themes/Bleach/layouts/_default/single.html b/themes/Bleach/layouts/_default/single.html index ce7f6563..6a3ec57a 100644 --- a/themes/Bleach/layouts/_default/single.html +++ b/themes/Bleach/layouts/_default/single.html @@ -46,6 +46,9 @@ {{end}} {{end}} + {{if .NextInSection}}
Next: {{.NextInSection.Title}}
{{end}} + {{if .PrevInSection}}Previous: {{.PrevInSection.Title}}
{{end}} + {{ end }}