5 lines
180 B
HTML
5 lines
180 B
HTML
{{- if hasPrefix .Destination "https://" -}}
|
|
<a href="{{ .Destination }}" target="_blank">{{ .Text }}</a>
|
|
{{- else -}}
|
|
<a href="{{ .Destination }}">{{ .Text }}</a>
|
|
{{- end -}}
|