1
0
mirror of https://github.com/playit-cloud/support-docs.git synced 2024-11-24 20:26:13 +00:00
support-docs/layouts/_default/_markup/render-link.html
2022-10-06 15:24:10 -07:00

2 lines
194 B
HTML

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