Skip to content

Commit

Permalink
Add telegram icon
Browse files Browse the repository at this point in the history
  • Loading branch information
titusjaka committed Mar 5, 2020
1 parent ab2c002 commit b79cbcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 6 additions & 0 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b79cbcb

Please sign in to comment.