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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Shenoy <shenoybr@gmail.com>2016-10-24 04:41:13 +0300
committerRajesh Shenoy <shenoybr@gmail.com>2016-10-24 04:41:13 +0300
commit3bab75b6da63a30076a2cb2f4ccd017de9b0d0bb (patch)
treeb07de8425297824582d0eb0d3358405ecf09a1db
parentf5d8b30ca11905eeab1500b143ab43fc255ac5ab (diff)
Add stackoverflow to social
-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 45ede88..154bc59 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -17,6 +17,9 @@
{{ with .Site.Params.social.linkedIn }}
<a href="https://linkedin.com/in/{{.}}"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
{{ end }}
+ {{ with .Site.Params.social.stackoverflow }}
+ <a href="https://stackoverflow.com/users/{{.}}"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a>
+ {{ end }}
{{ with .Site.Params.social.email }}
<a href="mailto:{{.}}"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
{{ end }}