3 lines
233 B
HTML
3 lines
233 B
HTML
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text | safeHTML }}</a>
|
|
{{- /* This comment removes trailing newlines. */ -}}
|