nextprev whitespace fix
This commit is contained in:
parent
c229e1b2e0
commit
930c7fc421
@ -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 -}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user