2022-09-22 12:23:22 -04:00
|
|
|
{{ $icon := resources.Get "external-link.svg" }}
|
|
|
|
|
2022-11-06 17:25:01 -05:00
|
|
|
<a class="ext-link" href="{{ .Destination | safeURL }}" {{ if strings.HasPrefix .Destination "http" }}
|
2023-04-17 17:00:05 -04:00
|
|
|
target="_blank"{{ end }}>{{ .Text | safeHTML }}{{ if strings.HasPrefix .Destination "http" }}<img class="external-link" aria-hidden="true" alt="External link" width="16" height="16" src="{{ $icon.RelPermalink }}">{{- end -}}</a>
|