Merge pull request #81 from Niklas974/master

Add link to Xing profile to footer
This commit is contained in:
Dean Attali 2016-08-04 16:08:15 -07:00 committed by GitHub
commit 8b0141165d
2 changed files with 12 additions and 0 deletions

View File

@ -45,6 +45,7 @@ author:
github: yourname # eg. daattali
twitter: yourname # eg. daattali
linkedin: yourname # eg. daattali
xing: yourname # eg. daattali
stackoverflow: yourlink # eg. "3943160/daattali"
instagram: yourname # eg. daattali
@ -56,6 +57,7 @@ footer-links-active:
twitter: true
github: true
linkedin: false
xing: false
stackoverflow: false
instagram: false

View File

@ -52,6 +52,16 @@
</span>
</a>
</li>
{% endif %}
{% if site.author.xing and site.footer-links-active.xing %}
<li>
<a href="https://www.xing.com/profile/{{ site.author.xing }}" title="Xing">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-xing fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.author.stackoverflow and site.footer-links-active.stackoverflow %}
<li>