2 lines
137 B
XML
2 lines
137 B
XML
|
<a href="{{ .Destination | safeURL }}" {{ if strings.HasPrefix .Destination "http" }}
|
||
|
target="_blank"{{ end }}>{{ .Text | safeHTML }}</a>
|