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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/addthis.html b/layouts/partials/addthis.html
index 8803ffa..f1e3f74 100644
--- a/layouts/partials/addthis.html
+++ b/layouts/partials/addthis.html
@@ -1,4 +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>
+ <script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid={{ .Site.Params.addthis }}" async="async"></script>
{{ end }}