Sign in
apache
/
camel-website
/
HEAD
/
.
/
layouts
/
_default
/
_markup
/
render-link.html
blob: a3b7228b3f17839485aa39f5bf8743d4188212a0 [
file
]
<a
href
=
"{{ .Destination | safeURL }}"
{{
with
.
Title
}}
title
=
"{{ . }}"
{{
end
}}{{
if
strings
.
HasPrefix
.
Destination
"http"
}}
rel
=
"noopener nofollow noreferrer"
{{
end
}}
>
{{ .Text | safeHTML }}
</a>
{{- /**/ -}}