Files
Home-of-CS/themes/stack-customized/layouts/_markup/render-link.html
T
2026-04-23 13:39:28 +08:00

3 lines
216 B
HTML

<a class="link" href="{{ .Destination | safeURL }}" {{ with .Title}} title="{{ . }}"
{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"
{{ end }}>{{ .Text | safeHTML }}</a>