diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 08efb30..7e186f5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -38,18 +38,18 @@
- {{ if .NextInSection }} + {{ if .PrevInSection }} - + - {{ .NextInSection.Title }} + {{ .PrevInSection.Title }} {{ end }} - {{ if .PrevInSection }} + {{ if .NextInSection }} - - {{ .PrevInSection.Title }} + + {{ .NextInSection.Title }}