From 41896c96e46ef9b35c434ab6f3bae586096c048b Mon Sep 17 00:00:00 2001 From: Philip Wong <4522927+p2635@users.noreply.github.com> Date: Sun, 1 Jan 2023 00:31:06 +0000 Subject: [PATCH] Add youtube as a social option (#1007) --- _config.yml | 1 + _includes/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 3e13b8b2327f..9932225a905a 100644 --- a/_config.yml +++ b/_config.yml @@ -94,6 +94,7 @@ pinterest_id: # your pinterest id unsplash_id: # your unsplash id instagram_id: # your instagram id facebook_id: # your facebook id +youtube_id: # your youtube channel id (youtube.com/@) discord_id: # your discord id (18-digit unique numerical identifier) contact_note: > diff --git a/_includes/social.html b/_includes/social.html index 23c0d38856c0..38b5d3bda6f8 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -85,6 +85,9 @@ {%- if site.facebook_id -%} {% endif %} + {%- if site.youtube_id -%} + + {% endif %} {%- if site.discord_id -%} {% endif %}