Open external links in another tab
This commit is contained in:
parent
f65d96962b
commit
667b002601
@ -14,7 +14,7 @@
|
|||||||
</i>
|
</i>
|
||||||
</span>
|
</span>
|
||||||
{{ if .Params.link }}
|
{{ if .Params.link }}
|
||||||
<a href="{{ .Params.link }}">{{ .Title }}</a>
|
<a href="{{ .Params.link }}" target="_blank">{{ .Title }}</a>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user