Browse Source

modified footer

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

19
layouts/_default/single.html

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

Loading…
Cancel
Save