Merge pull request #4 from icecreammatt/stack-overflow

Added Stackoverflow to the list of social links
This commit is contained in:
Keichi Takahashi 2015-03-31 23:03:35 +09:00
commit 1b825e9af0
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>