mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
3 lines
No EOL
186 B
HTML
3 lines
No EOL
186 B
HTML
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>
|
|
{{- .Text | safeHTML -}}
|
|
</a> |