forked from robert/robertjohnson.work
Add support for xing (#162)
This commit is contained in:
parent
f1ce335b16
commit
53707d5804
@ -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:
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user