mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-22 00:15:59 -04:00
1 line
202 B
HTML
1 line
202 B
HTML
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . | safeHTMLAttr }}"{{ end }}{{ if (urls.Parse .Destination).IsAbs }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a> |