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

github.com/AngeloStavrow/indigo.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.html7
1 files changed, 7 insertions, 0 deletions
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 @@
<a class="glyph" alt="Twitter profile" href="https://twitter.com/{{ . }}"><img src="/icons/twitter.svg" height="24px" width="24px"></a>
</div>
{{ end }}
+ {{ if isset .Site.Params "reddituser" }}
+ <div class="icon-24x24">
+ <a class="glyph" alt="Reddit profile" href="https://www.reddit.com/user/{{ .Site.Params.RedditUser }}">
+ <img src="{{ .Site.BaseURL }}icons/reddit-alien.svg" height="24px" width="24px" />
+ </a>
+ </div>
+ {{ end }}
</div>
</aside>