1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 03:25:58 -04:00
Files
jarv.is/layouts/_default/_markup/render-link.html
T

1 line
138 B
HTML

<a href="{{ .Destination | safeURL }}" {{ with .Title }}title="{{ . }}" {{ end }}target="_blank" rel="noopener">{{ .Text | safeHTML }}</a>