Add Telegram to social links (#625)
This commit is contained in:
parent
705730a65b
commit
2a852fe03b
@ -55,6 +55,7 @@ social-network-links:
|
|||||||
# steam: deanat78
|
# steam: deanat78
|
||||||
# twitch: yourname
|
# twitch: yourname
|
||||||
# yelp: yourname
|
# yelp: yourname
|
||||||
|
# telegram: yourname
|
||||||
|
|
||||||
# --- General options --- #
|
# --- General options --- #
|
||||||
|
|
||||||
|
@ -24,6 +24,18 @@
|
|||||||
</li>
|
</li>
|
||||||
{%- endif -%}
|
{%- 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 -%}
|
{%- if site.social-network-links.github -%}
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/{{ site.social-network-links.github }}" title="GitHub">
|
<a href="https://github.com/{{ site.social-network-links.github }}" title="GitHub">
|
||||||
|
Loading…
Reference in New Issue
Block a user