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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social.html')
-rw-r--r--layouts/partials/social.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 913434c..b8ef5fc 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -70,5 +70,11 @@
<a class="glyph" alt="Twitter profile" href="https://twitter.com/{{ .Site.Params.TwitterUser }}"><img src={{ "icons/twitter.svg" | absURL }} height="24px" width="24px"></a>
</div>
{{ end }}
+ {{ if isset .Site.Params "instagramuser" }}
+ <div class="icon-24x24">
+ <a class="glyph" alt="Instagram profile" href="https://instagram.com/{{ .Site.Params.TwitterUser }}"><img
+ src={{ "icons/instagram.svg" | absURL }} height="24px" width="24px"></a>
+ </div>
+ {{ end }}
</div>
</aside>