mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 09:43:06 +00:00
5 lines
No EOL
254 B
HTML
5 lines
No EOL
254 B
HTML
<!-- This code opens an external link in a new tab. -->
|
|
|
|
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>
|
|
{{ .Text | safeHTML }}
|
|
</a> |