Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social.html')
-rw-r--r--layouts/partials/social.html3
1 files changed, 3 insertions, 0 deletions
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 @@
<a href="{{.}}"><img class="icon-social" src="/img/twitter.svg" alt="Twitter"/></a>
{{ end }}
<a href="{{.Site.RSSLink}}" target="_blank"><img class="icon-social" src="/img/feed.svg" alt="Feed"></a>
+{{ with .Site.Params.Twitch}}
+<a href="{{.}}"><img class="icon-social" src="/img/twitch.svg" alt="Twitch"/></a>
+{{ end }}