From 863c9b418526de2771804a0b34b0580ed2d1a1f2 Mon Sep 17 00:00:00 2001 From: Zsmith32 Date: Wed, 1 Dec 2021 20:47:43 -0600 Subject: adds twitch to socials --- README.md | 1 + layouts/partials/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index df763f0..d37b541 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Optionaly you can add any of these social networks to the \[params\] section. StackOverflowID = "your_stackoverflow_id" TelegramID = "your_telegram" TwitterID = "your_twitter" + TwitchID = "your_twitch_username" XingURL = "https://www.xing.com/profile/..." # For youtube, since there are multiple path urls please add everything after https://youtube.com/ in channel url YoutubeID = "c/your_youtube_id" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index c63cb67..d73b9dd 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -44,6 +44,9 @@ {{ end }} +{{ with .Site.Params.TwitchID }} + +{{ end }} {{ with .Site.Params.SpotifyID }} {{ end }} -- cgit v1.2.3