Add support for xing (#162)

This commit is contained in:
sideshowcecil
2021-04-08 14:36:05 +02:00
committed by GitHub
parent f1ce335b16
commit 53707d5804
2 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,12 @@
</li>
{% endif %}
{% if sidebar.xing %}
<li class="xing"><i class="fab fa-xing"></i>
<a href="https://www.xing.com/profile/{{ sidebar.xing }}" target="_blank">{{ sidebar.xing }}</a>
</li>
{% endif %}
{% if sidebar.github %}
<li class="github"><i class="fab fa-github"></i>
<a href="http://github.com/{{ sidebar.github }}" target="_blank">{{ sidebar.github }}</a>