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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/addthis.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/addthis.html b/layouts/partials/addthis.html
new file mode 100644
index 0000000..8803ffa
--- /dev/null
+++ b/layouts/partials/addthis.html
@@ -0,0 +1,4 @@
+<!-- Go to www.addthis.com/dashboard to customize your tools -->
+{{ if .Site.Params.addthis }}
+ <script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid={{ .Site.Params.addthis }}" async></script>
+{{ end }}