Add link to Xing profile to footer

(Xing is similar to LinkedIn, popular in Germany)
This commit is contained in:
Niklas Goerke 2016-08-04 21:55:14 +02:00
parent 61187869b3
commit a5d1bda710
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>