link in tisseur to blank
This commit is contained in:
parent
daf553556f
commit
7eaf9991f3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
{{ range $social := $.Site.Data.beautifulhugo.social.social_icons }}
|
||||
{{- if isset $tisseur $social.id }}
|
||||
<li>
|
||||
<a href="{{ printf .url (index $tisseur $social.id) }}" title="{{ .title }}">
|
||||
<a href="{{ printf .url (index $tisseur $social.id) }}" target="_blank" title="{{ .title }}">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="{{ .icon }} fa-stack-1x fa-inverse"></i>
|
||||
|
|
Loading…
Reference in a new issue