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