forked from robert/robertjohnson.work
Add telegram icon
This commit is contained in:
parent
ab2c0027fd
commit
b79cbcbd22
@ -17,6 +17,7 @@ sidebar:
|
|||||||
website: blog.webjeda.com #do not add http://
|
website: blog.webjeda.com #do not add http://
|
||||||
linkedin: alandoe
|
linkedin: alandoe
|
||||||
github: sharu725
|
github: sharu725
|
||||||
|
telegram: # add your nickname without '@' sign
|
||||||
gitlab:
|
gitlab:
|
||||||
bitbucket:
|
bitbucket:
|
||||||
twitter: '@webjeda'
|
twitter: '@webjeda'
|
||||||
|
@ -13,6 +13,12 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if sidebar.telegram %}
|
||||||
|
<li class="telegram"><i class="fab fa-telegram"></i>
|
||||||
|
<a href="https://t.me/{{ sidebar.telegram }}" target="_blank">{{ sidebar.telegram }}</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if sidebar.website %}
|
{% if sidebar.website %}
|
||||||
<li class="website"><i class="fas fa-globe-americas"></i>
|
<li class="website"><i class="fas fa-globe-americas"></i>
|
||||||
<a href="http://{{ sidebar.website }}" target="_blank">{{ sidebar.website }}</a>
|
<a href="http://{{ sidebar.website }}" target="_blank">{{ sidebar.website }}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user