Browse Source

modified footer

master
Alexander Avery 2 years ago
parent
commit
005ad4ad23
  1. 11
      layouts/_default/single.html

11
layouts/_default/single.html

@ -16,14 +16,17 @@
<div class="content-wrapper"> <div class="content-wrapper">
<main> <main>
{{ .Content }} {{ .Content }}
<p>
{{ with .NextInSection }} {{ with .NextInSection }}
<p>Next: <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></p> <b>Next: </b><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
<br>
{{ end }} {{ end }}
{{ with .PrevInSection }} {{ with .PrevInSection }}
<p>Previous: <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></p> <b>Previous: </b><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
{{ end }}
<br> <br>
<a href="/"> >> Home</a> {{ end }}
<b><a href="/"> >> Home</a></b>
</p>
</main> </main>
</div> </div>
{{ end }} {{ end }}

Loading…
Cancel
Save