Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-07-17 14:47:14 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-07-17 14:47:14 +0300
commitce68d1745b5bc99f1954bb0fe6e8a2058d26f095 (patch)
treeb637f5b178ee3e4240b1b3cdcac4220aa276b044
parentcfc3cd65024acb2851ea9185be777e30e31a644f (diff)
parent01886e5f96309456b1ade7b6954639e86c9bcf19 (diff)
Merge pull request #18 from MultiColourPixel/adding_instagram
Adding instagram to links
-rw-r--r--README.md1
-rw-r--r--layouts/partials/link.html5
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index fee225d..ab1da9f 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ copyright = "&copy; 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.
diff --git a/layouts/partials/link.html b/layouts/partials/link.html
index b314f34..b925b18 100644
--- a/layouts/partials/link.html
+++ b/layouts/partials/link.html
@@ -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>