link in tisseur to blank

This commit is contained in:
Mickael 2019-05-11 22:18:00 +02:00
parent daf553556f
commit 7eaf9991f3

View file

@ -12,7 +12,7 @@
{{ range $social := $.Site.Data.beautifulhugo.social.social_icons }} {{ range $social := $.Site.Data.beautifulhugo.social.social_icons }}
{{- if isset $tisseur $social.id }} {{- if isset $tisseur $social.id }}
<li> <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"> <span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-circle fa-stack-2x"></i>
<i class="{{ .icon }} fa-stack-1x fa-inverse"></i> <i class="{{ .icon }} fa-stack-1x fa-inverse"></i>