Files
web/themes/minimal-black/layouts/_default/_markup/render-link.html
2026-03-23 18:35:59 +01:00

8 lines
179 B
HTML

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