Add telegram icon

This commit is contained in:
Denis Titusov 2020-03-05 21:27:56 +03:00
parent ab2c0027fd
commit b79cbcbd22
No known key found for this signature in database
GPG Key ID: 66C2C708CF048CCC
2 changed files with 7 additions and 0 deletions

View File

@ -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'

View File

@ -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>