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

github.com/lgaida/mediumish-gohugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Bjorke <me@jakebjorke.com>2019-03-16 22:28:49 +0300
committerGitHub <noreply@github.com>2019-03-16 22:28:49 +0300
commitd99fc3f2cc3d591bc7d9e0d823510842ff8289a4 (patch)
treea4d1adaf4e813fea0ad7cc19d99bf73d26ff82ee
parent8e090d27250aa93d623a09ceba071893117c3f88 (diff)
Add instagram as a supported social media option
-rw-r--r--layouts/partials/_shared/social.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/_shared/social.html b/layouts/partials/_shared/social.html
index bbdec5a..fc1d575 100644
--- a/layouts/partials/_shared/social.html
+++ b/layouts/partials/_shared/social.html
@@ -14,4 +14,7 @@
{{ with .Site.Params.social.twitter }}
<a href="https://www.twitter.com/{{.}}"><i class="fab fa-twitter social-icon" aria-hidden="true"></i></a>
{{ end }}
+ {{ with .Site.Params.social.instagram }}
+ <a href="https://www.instagram.com/{{.}}"><i class="fab fa-instagram social-icon" aria-hidden="true"></i></a>
+ {{ end }}
</section>