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

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzshzero <ashwinkumar3098@gmail.com>2020-06-19 16:02:39 +0300
committerzshzero <ashwinkumar3098@gmail.com>2020-06-19 16:02:39 +0300
commit634b6eab4068e2264524d05b042a64df214ae648 (patch)
tree5f5a965b3c217db9e49ad9148616b4a12745930d
parentd0b58642c2f0e84519256db9c4d815d901cc370f (diff)
Added Reddit Icon
-rw-r--r--layouts/partials/sidebar/social.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html
index a1ac5d5..c5dcbce 100644
--- a/layouts/partials/sidebar/social.html
+++ b/layouts/partials/sidebar/social.html
@@ -48,4 +48,7 @@
{{ with .Site.Params.social.email }}
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
{{ end }}
+ {{ with .Site.Params.social.reddit }}
+ <a href="https://www.reddit.com/user/{{.}}" rel="me"><i class="fab fa-reddit-alien fa-lg" aria-hidden="true"></i></a>
+ {{ end }}
</section>