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:
authorAngelo Stavrow <contact@angelostavrow.com>2020-07-06 13:12:39 +0300
committerGitHub <noreply@github.com>2020-07-06 13:12:39 +0300
commitb33420b3265cf21709c10992ee23ed905c5020a8 (patch)
tree54345c749080b89d55ea6ee3ba9fd887117a969b /layouts/partials/social.html
parent851401662be6d919d43b9ee53e5a3dc20fd96f32 (diff)
parent439d04bf737428f48ca56837e97fdecb87d93702 (diff)
Merge pull request #87 from TGNYC/add-instagram-social
Add Instagram Social
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>