Added Stackoverflow to the list of social links

This commit is contained in:
Matt Carrier 2015-03-31 00:50:50 -07:00
parent 860dd3eb62
commit 59b29d4a62
2 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,7 @@ copyright = "© Copyright notice"
github = "Your GitHub username"
linkedin = "Your LinkedIn username"
facebook = "Your Facebook username"
stackoverflow = "Your Stackoverflow profile"
# Google Analytics API key.
ga_api_key = "Your Google Analytics tracking id"
# Mixpanel API key.

View File

@ -14,6 +14,11 @@
<i class="fa fa-github"></i>
</a>
{{ end }}
{{ with .Site.Params.stackoverflow }}
<a href="{{ . }}" target="_blank">
<i class="fa fa-stack-overflow"></i>
</a>
{{ end }}
{{ with .Site.Params.linkedin }}
<a href="https://jp.linkedin.com/in/{{ . }}" target="_blank">
<i class="fa fa-linkedin"></i>