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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/foot.html')
-rw-r--r--layouts/partials/foot.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html
index fd8c4e2..3d5f548 100644
--- a/layouts/partials/foot.html
+++ b/layouts/partials/foot.html
@@ -14,3 +14,7 @@ ga('create', '{{- .Site.Params.ga -}}', 'auto'); ga('send', 'pageview')
</script>
<script src="//www.google-analytics.com/analytics.js" async defer></script>
{{ end }}
+
+{{ if .Site.Params.sharethis }}
+<script async src="https://platform-api.sharethis.com/js/sharethis.js#property={{- .Site.Params.sharethis -}}&product="sticky-share-buttons"></script>
+{{ end }}