mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-10 07:15:54 +00:00
6 lines
257 B
HTML
6 lines
257 B
HTML
{{- $url := .Destination | safeURL -}}
|
|
{{- $text := .Text | safeHTML -}}
|
|
<a href="{{- $url -}}"
|
|
{{- with .Title -}}title="{{- . -}}"{{- end -}}
|
|
{{- if strings.HasPrefix $url "http" -}}target="_blank" rel="noopener noreferrer"{{- end -}}>{{- $text -}}</a>
|