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/episode/single.html')
-rw-r--r--layouts/episode/single.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/episode/single.html b/layouts/episode/single.html
index e233744..7b7eb12 100644
--- a/layouts/episode/single.html
+++ b/layouts/episode/single.html
@@ -95,6 +95,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>
{{ end }}