From 5ef848a3087ff24fe71935eed51a970e108868af Mon Sep 17 00:00:00 2001 From: Marco Ieni Date: Sat, 22 Sep 2018 15:39:58 +0200 Subject: [PATCH] Added youtube icon to social sidebar --- layouts/partials/sidebar/social.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html index 222ca9c..73fb56e 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -20,6 +20,9 @@ {{ with .Site.Params.social.linkedin }}   {{ end }} + {{ with .Site.Params.social.youtube }} +   + {{ end }} {{ with .Site.Params.social.stackoverflow }}   {{ end }}