3 lines
182 B
HTML
3 lines
182 B
HTML
{{- "" -}}<a {{ with .Title }}title="{{ . }}" {{ end -}}
|
|
{{ if hasPrefix .Destination "https://" }}target="_blank" {{ end -}}
|
|
href="{{ .Destination }}">{{ .Text }}</a>{{- "" -}}
|