diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d496035..c4d8890 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -16,14 +16,17 @@
{{ .Content }} - {{ with .NextInSection }} -

Next: {{ .Title | markdownify }}

- {{ end }} - {{ with .PrevInSection }} -

Previous: {{ .Title | markdownify }}

- {{ end }} -
- >> Home +

+ {{ with .NextInSection }} + Next: {{ .Title | markdownify }} +
+ {{ end }} + {{ with .PrevInSection }} + Previous: {{ .Title | markdownify }} +
+ {{ end }} + >> Home +

{{ end }}