Merge pull request #4 from icecreammatt/stack-overflow
Added Stackoverflow to the list of social links
This commit is contained in:
commit
1b825e9af0
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user