mirror of
https://github.com/loviuz/loviuz-website.git
synced 2025-01-05 12:58:24 +01:00
8 lines
217 B
HTML
8 lines
217 B
HTML
<a href="{{ .Destination | safeURL }}"
|
|
{{ with .Title}} title="{{ . }}"{{ end }}
|
|
{{ if strings.HasPrefix .Destination "http" }}
|
|
target="_blank" rel="noopener noreferrer"
|
|
{{ end }}>
|
|
{{ .Text | safeHTML }}
|
|
</a>
|