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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/guest/single.html')
-rw-r--r--layouts/guest/single.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/guest/single.html b/layouts/guest/single.html
index 488ec70..4d6aaaf 100644
--- a/layouts/guest/single.html
+++ b/layouts/guest/single.html
@@ -43,6 +43,21 @@
<i class="fa fa-facebook-square fa-2x"></i>
</a>
{{ end }}
+ {{ if .Params.Pinterest }}
+ <a href="https://www.pinterest.com/{{ .Params.Pinterest}}">
+ <i class="fa fa-pinterest-square fa-2x"></i>
+ </a>
+ {{ end }}
+ {{ if .Params.Instagram }}
+ <a href="https://www.instagram.com/{{ .Params.Instagram}}">
+ <i class="fa fa-instagram fa-2x"></i>
+ </a>
+ {{ end }}
+ {{ if .Params.YouTube }}
+ <a href="https://www.youtube.com/{{ .Params.YouTube}}">
+ <i class="fa fa-youtube-square fa-2x"></i>
+ </a>
+ {{ end }}
</div>
</div>
<div class = "row">