mirror of https://gitlab.com/octtspacc/sitoctt
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 */ -}}
|