end of article tag moved to footer, nextprev on
This commit is contained in:
9
layouts/partials/nextprev.html
Normal file
9
layouts/partials/nextprev.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ if or .Next .Prev }}
|
||||
{{- with .Prev }}
|
||||
<a href="{{ .RelPermalink}}"><div id="prevart">Previous:<br>{{.Title}}</div></a>
|
||||
{{ end }}
|
||||
{{- with .Next }}
|
||||
<a href="{{ .RelPermalink}}"><div id="nextart">Next:<br>{{.Title}}</div></a>
|
||||
{{ end }}
|
||||
<br style="clear:both">
|
||||
{{ end }}
|
Reference in New Issue
Block a user