Skip to content

Commit a5d1bda

Browse files
author
Niklas Goerke
committed
Add link to Xing profile to footer
(Xing is similar to LinkedIn, popular in Germany)
1 parent 6118786 commit a5d1bda

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

_includes/footer.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@
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>

0 commit comments

Comments
 (0)