mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
10 lines
224 B
HTML
10 lines
224 B
HTML
|
<a href="{{ .Destination | safeURL }}"
|
||
|
{{- with .Title -}}
|
||
|
title="{{ . }}"
|
||
|
{{- end -}}
|
||
|
{{- if strings.HasPrefix .Destination "http" -}}
|
||
|
target="_blank"
|
||
|
{{- end -}}
|
||
|
>
|
||
|
{{- .Text -}}
|
||
|
</a>
|