fix(posts): removed useless psace before quotes

This commit is contained in:
2022-08-18 18:25:17 +02:00
parent f07c389e88
commit 861a89325f

View File

@@ -58,7 +58,7 @@
{{- with .NextInSection }} {{- with .NextInSection }}
<a class="next-post" href="{{ .Permalink }}"> <a class="next-post" href="{{ .Permalink }}">
<span class="post-nav-label"> <span class="post-nav-label">
<object type="image/svg+xml" data="{{"nextarrow.svg" | relURL}}"></object>&nbsp;{{ i18n "newer " }} <object type="image/svg+xml" data="{{"nextarrow.svg" | relURL}}"></object>&nbsp;{{ i18n "newer" }}
</span> </span>
<br> <br>
<span>{{ .Title }}</span> <span>{{ .Title }}</span>
@@ -67,7 +67,7 @@
{{- with .PrevInSection }} {{- with .PrevInSection }}
<a class="prev-post " href="{{ .Permalink }} "> <a class="prev-post " href="{{ .Permalink }} ">
<span class="post-nav-label "> <span class="post-nav-label ">
{{ i18n "older " }}&nbsp;<object type="image/svg+xml" width="24" height="24" data="{{"prevarrow.svg" | relURL}}"></object> {{ i18n "older" }}&nbsp;<object type="image/svg+xml" width="24" height="24" data="{{"prevarrow.svg" | relURL}}"></object>
</span> </span>
<br> <br>
<span>{{ .Title }}</span> <span>{{ .Title }}</span>