diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5eba0b33..27b71f50 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -63,6 +63,9 @@ googleAnalytics = "" Telegram = "xxxx" Medium = "xxxx" Gitlab = "xxxx" + Youtubelegacy = "xxxx" + Youtubecustom = "xxxx" + Youtubechannel = "xxxx" Youtube = "xxxx" Tumblr ="xxxx" Quora = "xxxx" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index cf926402..a0b53883 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -25,9 +25,15 @@ {{ with .Site.Params.Social.Gitlab}} {{ end }} -{{ with .Site.Params.Social.Youtube}} +{{ with .Site.Params.Social.Youtubelegacy}} {{ end }} +{{ with .Site.Params.Social.Youtubecustom}} + +{{ end }} +{{ with .Site.Params.Social.Youtubechannel}} + +{{ end }} {{ with .Site.Params.Social.Tumblr}} {{ end }}