From e7c8221ef2d9436d1ee99688f06e2af1efc953db Mon Sep 17 00:00:00 2001 From: Jens Sauer Date: Wed, 17 Oct 2018 21:15:16 +0200 Subject: partials/social: Add reddit social button A social button for Reddit.com is missing in this theme. This adds a optional reddit social button. --- layouts/partials/social.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'layouts') diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 2f10661..161af1b 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -55,5 +55,12 @@ {{ end }} + {{ if isset .Site.Params "reddituser" }} +
+ + + +
+ {{ end }} -- cgit v1.2.3