🩹 Remove whitespace around link text

This commit is contained in:
James Panther
2022-11-07 15:43:53 +11:00
parent e7d7b6e80d
commit 5005274953
+1 -1
View File
@@ -1,3 +1,3 @@
<a href="{{ .Destination | safeURL }}" {{ with .Title}} title="{{ . }}"{{ end }} {{ if or (strings.HasPrefix .Destination "http:") (strings.HasPrefix .Destination "https:") }} target="_blank"{{ end }}>
{{ .Text | safeHTML }}
{{- .Text | safeHTML -}}
</a>