Open external links in another tab

This commit is contained in:
C. Lente 2023-02-27 17:49:32 -03:00
parent f65d96962b
commit 667b002601
No known key found for this signature in database
GPG Key ID: B0B503C26E05781B

View File

@ -14,7 +14,7 @@
</i>
</span>
{{ if .Params.link }}
<a href="{{ .Params.link }}">{{ .Title }}</a>
<a href="{{ .Params.link }}" target="_blank">{{ .Title }}</a>
{{ else }}
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ end }}