From 2a852fe03b3d1e1d997587090dc7fd07e8d45483 Mon Sep 17 00:00:00 2001 From: mashed-potatoes <37037851+mashed-potatoes@users.noreply.github.com> Date: Mon, 27 Apr 2020 11:02:58 +0500 Subject: [PATCH] Add Telegram to social links (#625) --- _config.yml | 1 + _includes/social-networks-links.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/_config.yml b/_config.yml index ed49702..c64b35b 100644 --- a/_config.yml +++ b/_config.yml @@ -55,6 +55,7 @@ social-network-links: # steam: deanat78 # twitch: yourname # yelp: yourname +# telegram: yourname # --- General options --- # diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index f553994..f60b293 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -24,6 +24,18 @@ {%- endif -%} +{%- if site.social-network-links.telegram -%} +
  • + + + Telegram + +
  • +{%- endif -%} + {%- if site.social-network-links.github -%}