Change stackoverflow param to require user id

This commit is contained in:
Ethan Madison 2015-05-10 23:51:35 -07:00
parent 883da9dc3a
commit 271eaf41c2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -15,7 +15,7 @@
</a>
{{ end }}
{{ with .Site.Params.stackoverflow }}
<a href="{{ . }}" target="_blank">
<a href="https://stackoverflow.com/users/{{ . }}" target="_blank">
<i class="fa fa-stack-overflow"></i>
</a>
{{ end }}