blog/layouts/_defaults/_markup/render-link.html
Zoness 52e7475203
Some checks are pending
Deploy Hugo / build-deploy (push) Waiting to run
Initial import of Hugo blog
2025-12-19 08:59:52 -06:00

1 line
224 B
HTML

<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if or (strings.HasPrefix .Destination "http") (strings.HasPrefix .Destination "https") }} target="_blank"{{ end }} >{{ .Text | safeHTML }}</a>