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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,7 @@ sidebar:
phone: 012 345 6789 phone: 012 345 6789
website: blog.webjeda.com #do not add http:// website: blog.webjeda.com #do not add http://
linkedin: alandoe linkedin: alandoe
xing: alandoe
github: sharu725 github: sharu725
telegram: # add your nickname without '@' sign telegram: # add your nickname without '@' sign
gitlab: gitlab:

View File

@ -31,6 +31,12 @@
</li> </li>
{% endif %} {% 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 %} {% if sidebar.github %}
<li class="github"><i class="fab fa-github"></i> <li class="github"><i class="fab fa-github"></i>
<a href="http://github.com/{{ sidebar.github }}" target="_blank">{{ sidebar.github }}</a> <a href="http://github.com/{{ sidebar.github }}" target="_blank">{{ sidebar.github }}</a>