diff --git a/layouts/_default/single.html b/layouts/_default/single.html index eae8b2f..42ca06d 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -28,6 +28,17 @@ {{- .Content -}} {{- partial "tags.html" . -}} + + + {{ with .PrevInSection }} + << {{ .Title }} + {{ end }} + {{ with .NextInSection }} + {{ .Title }} >> + {{ end }} + + + {{ template "_internal/disqus.html" . }}