File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ author:
4545 github : yourname # eg. daattali
4646 twitter : yourname # eg. daattali
4747 linkedin : yourname # eg. daattali
48+ xing : yourname # eg. daattali
4849 stackoverflow : yourlink # eg. "3943160/daattali"
4950 instagram : yourname # eg. daattali
5051
@@ -56,6 +57,7 @@ footer-links-active:
5657 twitter : true
5758 github : true
5859 linkedin : false
60+ xing : false
5961 stackoverflow : false
6062 instagram : false
6163
Original file line number Diff line number Diff line change 5252 </ span >
5353 </ a >
5454 </ li >
55+ {% endif %}
56+ {% if site.author.xing and site.footer-links-active.xing %}
57+ < li >
58+ < a href ="https://www.xing.com/profile/{{ site.author.xing }} " title ="Xing ">
59+ < span class ="fa-stack fa-lg ">
60+ < i class ="fa fa-circle fa-stack-2x "> </ i >
61+ < i class ="fa fa-xing fa-stack-1x fa-inverse "> </ i >
62+ </ span >
63+ </ a >
64+ </ li >
5565 {% endif %}
5666 {% if site.author.stackoverflow and site.footer-links-active.stackoverflow %}
5767 < li >
You can’t perform that action at this time.
0 commit comments