mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-14 18:40:37 +01:00
9 lines
280 B
HTML
9 lines
280 B
HTML
{{- $u := urls.Parse .Destination -}}
|
|
<a href="{{ .Destination | safeURL }}"
|
|
{{- with .Title }} title="{{ . }}" {{ end -}}
|
|
{{- if $u.IsAbs }} target="_blank" rel="noopener" {{ end -}}
|
|
>
|
|
{{- with .Text | safeHTML }}{{ . }}{{ end -}}
|
|
</a>
|
|
{{- /* chomp trailing newline */ -}}
|