From 005ad4ad23028c4ff4dce6240d0163b7c01bf4ed Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Wed, 24 Aug 2022 22:08:10 -0400 Subject: [PATCH] modified footer --- layouts/_default/single.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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 }}