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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcntrump <cntrump@gmail.com>2020-04-01 04:38:36 +0300
committerGitHub <noreply@github.com>2020-04-01 04:38:36 +0300
commit996525da4a66d55a336bc693c38d233bf97608cf (patch)
tree96e9ff88d7271bb87dd01026299ee76f8e86bbfe /layouts
parentd229c3a356dbc3bc23553e539d318f6d26a59d98 (diff)
Update addthis.html
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/addthis.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/addthis.html b/layouts/partials/addthis.html
index dc42211..5c44a33 100644
--- a/layouts/partials/addthis.html
+++ b/layouts/partials/addthis.html
@@ -1,5 +1,6 @@
{{- if gt (len .Site.Params.addThisId) 0 -}}
{{- if or (eq .Params.share true) (and (ne .Params.share false) (eq site.Params.share.enable true)) -}}
<div class="addthis_inline_share_toolbox"></div>
+ <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{- .Site.Params.addThisId -}}" async></script>
{{- end -}}
-{{- end -}} \ No newline at end of file
+{{- end -}}