1 line
205 B
HTML
Raw Normal View History

2021-02-01 12:05:14 -08:00
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener noreferrer"{{ end }}>{{ htmlUnescape .Text }}</a>