summaryrefslogtreecommitdiff
path: root/themes/schizo/layouts/partials/nextprev.html
blob: 8b1841579d680bda14ba01a3765379d24eb4376c (plain)
1
2
3
4
5
6
7
8
9
10
<!--{{ if or .Next .Prev -}}
<div id="nextprev">
{{- 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 -}}
</div>
{{ end -}}-->