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:
-rw-r--r--layouts/partials/link.html5
1 files changed, 5 insertions, 0 deletions
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>