From a8c7d97b72507d82d9283cd10f76b8f4d3025198 Mon Sep 17 00:00:00 2001 From: aaron Date: Sat, 19 Dec 2020 09:54:40 +0100 Subject: Adding Twitch to social section --- layouts/partials/social.html | 3 +++ static/img/twitch.svg | 1 + 2 files changed, 4 insertions(+) create mode 100644 static/img/twitch.svg diff --git a/layouts/partials/social.html b/layouts/partials/social.html index bee1e67..b5920fb 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -8,3 +8,6 @@ Twitter {{ end }} Feed +{{ with .Site.Params.Twitch}} +Twitch +{{ end }} diff --git a/static/img/twitch.svg b/static/img/twitch.svg new file mode 100644 index 0000000..ebdc5fd --- /dev/null +++ b/static/img/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3