mirror of https://github.com/jpanther/congo.git
🩹 Remove whitespace around link text
parent
e7d7b6e80d
commit
5005274953
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue