rimarima/themes/hugo-liftoff/layouts/_default/_markup/render-link.html

1 line
193 B
HTML
Raw Permalink Normal View History

2023-11-17 09:54:41 +00:00
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>