Merge pull request #177 from titusjaka/feature/telegram

Add telegram icon
This commit is contained in:
sharath Kumar 2020-05-27 12:28:38 +05:30 committed by GitHub
commit 29e76dc06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@ sidebar:
website: blog.webjeda.com #do not add http://
linkedin: alandoe
github: sharu725
telegram: # add your nickname without '@' sign
gitlab:
bitbucket:
twitter: '@webjeda'

View File

@ -13,6 +13,12 @@
</li>
{% 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 %}
<li class="website"><i class="fas fa-globe-americas"></i>
<a href="http://{{ sidebar.website }}" target="_blank">{{ sidebar.website }}</a>