redstrate.com/themes/red/layouts/_default/_markup/render-link.html

4 lines
351 B
HTML
Raw Normal View History

{{ $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" }}
target="_blank"{{ end }}>{{ .PlainText }}{{ if strings.HasPrefix .Destination "http" }}<img aria-hidden="true" alt="External link" width="16" height="16" src="{{ $icon.Permalink }}"/>{{- end -}}</a>