Merge pull request #18 from MultiColourPixel/adding_instagram

Adding instagram to links
This commit is contained in:
Keichi Takahashi 2015-07-17 20:47:14 +09:00
commit ce68d1745b
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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>