This commit is contained in:
Jeroen Goddijn 2019-08-19 21:03:17 +00:00 committed by GitHub
commit 64e6d8f211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<ul class="social-icons">
{% for social in site.social %}
<li>
<a href="{{ social.url }}">
<a href="{{ social.url }}" target="_blank">
{% if social.icon %}<i class="fa fa-{{ social.icon }}"></i>{% endif %}
</a>
</li>