samsapti.dev/layouts/_default/_markup/render-link.html
Sam A. d2519151c0
All checks were successful
continuous-integration/drone/push Build is passing
Don't open links in new tab
2022-05-24 01:46:06 +02:00

1 line
124 B
HTML

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