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

@ -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>