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"
|
linkedin = "Your LinkedIn username"
|
||||||
googleplus = "Your Google+ user id"
|
googleplus = "Your Google+ user id"
|
||||||
facebook = "Your Facebook username"
|
facebook = "Your Facebook username"
|
||||||
stackoverflow = "Your Stackoverflow profile"
|
stackoverflow = "Your Stackoverflow user id (number)"
|
||||||
# Google Analytics API key.
|
# Google Analytics API key.
|
||||||
ga_api_key = "Your Google Analytics tracking id"
|
ga_api_key = "Your Google Analytics tracking id"
|
||||||
# Mixpanel API key.
|
# Mixpanel API key.
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.stackoverflow }}
|
{{ with .Site.Params.stackoverflow }}
|
||||||
<a href="{{ . }}" target="_blank">
|
<a href="https://stackoverflow.com/users/{{ . }}" target="_blank">
|
||||||
<i class="fa fa-stack-overflow"></i>
|
<i class="fa fa-stack-overflow"></i>
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user