mirror of
https://github.com/loviuz/loviuz-website.git
synced 2025-01-08 06:37:55 +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>
|