mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
5 lines
254 B
HTML
5 lines
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>
|