mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-03-22 05:14:10 -04:00
5 lines
327 B
HTML
5 lines
327 B
HTML
|
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}
|
||
|
{{ if and site.Params.ExternalLinksIcon (strings.HasPrefix .Destination "http") }} class="external-link"{{ end }}
|
||
|
{{ if and site.Params.ExternalLinksNewTab (strings.HasPrefix .Destination "http") }} target="_blank"{{ end }}
|
||
|
>{{ .Text }}</a>
|