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"
|
||||
stackoverflow = "Your Stackoverflow user id (number)"
|
||||
keybase = "Your keybase.io username"
|
||||
instagram = "Your Instagram username"
|
||||
# Google Analytics API key.
|
||||
ga_api_key = "Your Google Analytics tracking id"
|
||||
# Mixpanel API key.
|
||||
|
@ -9,6 +9,11 @@
|
||||
<i class="fa fa-twitter"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.instagram }}
|
||||
<a href="https://instagram.com/{{ . }}" target="_blank">
|
||||
<i class="fa fa-instagram"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.googleplus }}
|
||||
<a href="https://plus.google.com/+{{ . }}" target="_blank">
|
||||
<i class="fa fa-google"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user