Merge pull request #18 from MultiColourPixel/adding_instagram
Adding instagram to links
This commit is contained in:
commit
ce68d1745b
@ -45,6 +45,7 @@ copyright = "© Copyright notice"
|
|||||||
facebook = "Your Facebook username"
|
facebook = "Your Facebook username"
|
||||||
stackoverflow = "Your Stackoverflow user id (number)"
|
stackoverflow = "Your Stackoverflow user id (number)"
|
||||||
keybase = "Your keybase.io username"
|
keybase = "Your keybase.io username"
|
||||||
|
instagram = "Your Instagram username"
|
||||||
# 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.
|
||||||
|
@ -9,6 +9,11 @@
|
|||||||
<i class="fa fa-twitter"></i>
|
<i class="fa fa-twitter"></i>
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.Params.instagram }}
|
||||||
|
<a href="https://instagram.com/{{ . }}" target="_blank">
|
||||||
|
<i class="fa fa-instagram"></i>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
{{ with .Site.Params.googleplus }}
|
{{ with .Site.Params.googleplus }}
|
||||||
<a href="https://plus.google.com/+{{ . }}" target="_blank">
|
<a href="https://plus.google.com/+{{ . }}" target="_blank">
|
||||||
<i class="fa fa-google"></i>
|
<i class="fa fa-google"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user