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 }} {{ if or .Next .Prev -}}
{{- with .Prev }} <br style="clear:both">
<a href="{{ .RelPermalink}}"><div id="prevart">Previous:<br>{{.Title}}</div></a> {{- with .Prev }}
{{ end }} <a href="{{ .RelPermalink}}"><div id="prevart">Previous:<br>{{.Title}}</div></a>
{{- with .Next }} {{ end -}}
<a href="{{ .RelPermalink}}"><div id="nextart">Next:<br>{{.Title}}</div></a> {{- with .Next -}}
{{ end }} <a href="{{ .RelPermalink}}"><div id="nextart">Next:<br>{{.Title}}</div></a>
<br style="clear:both"> {{ end -}}
{{ end }} <br style="clear:both">
{{ end -}}