Compare commits

..

2 Commits

Author SHA1 Message Date
60041d1d37 Restore whitespace to tag list
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2024-06-19 22:44:28 -07:00
2a77e0d308 Remove trailing whitespace from icon partial
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2024-06-19 22:42:49 -07:00
2 changed files with 3 additions and 2 deletions

View File

@@ -2,9 +2,9 @@
<h2>{{ .Title }}</h2>
<div class="post-subscript">
<p>
{{- range .Params.tags -}}
{{- range .Params.tags }}
<a class="button" href="{{ $.Site.BaseURL }}/tags/{{ . | urlize }}">{{ . }}</a>
{{- end -}}
{{ end -}}
</p>
<p>{{ i18n "postedOn" (.Date.Format "January 2, 2006") }}.</p>
</div>

View File

@@ -1,3 +1,4 @@
<svg class="feather">
<use xlink:href="/feather-sprite.svg#{{ . }}"/>
</svg>
{{- /* This comment is to remove trailing whitespace */ -}}

Before

Width:  |  Height:  |  Size: 81 B

After

Width:  |  Height:  |  Size: 141 B