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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDino Fizzotti <dino.fizzotti@standardbank.co.za>2016-10-21 15:22:33 +0300
committerDino Fizzotti <dino.fizzotti@standardbank.co.za>2016-10-21 15:22:33 +0300
commit472d9a556a53a4375f8e77088c5b90a5a50c9533 (patch)
treee6c2dfccfac641f49adca60cd710530cb75ea1b3
parentbb751da301b03fd3d3c7a4d8d47ce7a647d531df (diff)
Adding Instagram social media icon to sidebar
-rw-r--r--layouts/partials/sidebar.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 176edb3..4544c89 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -33,6 +33,7 @@
{{ with .Site.Params.googleplus }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-google-plus fa-3x"></i></a>{{ end }}
{{ with .Site.Params.facebook }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-facebook fa-3x"></i></a>{{ end }}
{{ with .Site.Params.youtube }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-youtube fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.instagram }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-instagram fa-3x"></i></a>{{ end }}
<!-- don't need RSS here anymore -->
<!-- {{ if .Site.Params.rss }}<a href="{{ "/index.xml" | absURL }}" type="application/rss+xml" title="RSS"><i class="fa fa-rss-square fa-3x"></i></a>{{ end }} -->