Add Telegram to social links (#625)

This commit is contained in:
mashed-potatoes 2020-04-27 11:02:58 +05:00 committed by GitHub
parent 705730a65b
commit 2a852fe03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -55,6 +55,7 @@ social-network-links:
# steam: deanat78
# twitch: yourname
# yelp: yourname
# telegram: yourname
# --- General options --- #

View File

@ -24,6 +24,18 @@
</li>
{%- endif -%}
{%- if site.social-network-links.telegram -%}
<li>
<a href="https://t.me/{{ site.social-network-links.telegram }}" title="Telegram">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-telegram-plane fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Telegram</span>
</a>
</li>
{%- endif -%}
{%- if site.social-network-links.github -%}
<li>
<a href="https://github.com/{{ site.social-network-links.github }}" title="GitHub">