Open external links in another tab
This commit is contained in:
parent
f65d96962b
commit
667b002601
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user