nextprev whitespace fix

This commit is contained in:
Luke Smith 2022-07-11 15:31:01 -04:00
parent c229e1b2e0
commit 930c7fc421

View File

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