3 lines (3 loc) · 295 B
1{{- $host := (urls.Parse .Destination).Host -}}
2{{- $external := and (ne $host "") (ne $host (urls.Parse site.BaseURL).Host) -}}
3<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if $external }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>