more cleanup

This commit is contained in:
Luke Smith
2022-07-11 16:30:44 -04:00
parent 0784507fb2
commit 79e36d3ae4
3 changed files with 2 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
{{ if or .Next .Prev -}}
<br style="clear:both">
<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 -}}
<br style="clear:both">
</div>
{{ end -}}