Merge pull request #10 from ethanmad/better-stackoverflow-link
Change stackoverflow param to require user id rather than url
This commit is contained in:
commit
5b0645d194
@ -43,7 +43,7 @@ copyright = "© Copyright notice"
|
||||
linkedin = "Your LinkedIn username"
|
||||
googleplus = "Your Google+ user id"
|
||||
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.
|
||||
|
@ -25,7 +25,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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user