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:39:26 +0300
committerGitHub <noreply@github.com>2020-04-01 04:39:26 +0300
commit3370c0c9af18afbaee8ae277ecc7b098fabf8645 (patch)
tree6f1a912220b8012290aa69fb7e65938e4f7ffb68 /layouts
parent996525da4a66d55a336bc693c38d233bf97608cf (diff)
Update addthis.html
Diffstat (limited to 'layouts')
-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 5c44a33..1728806 100644
--- a/layouts/partials/addthis.html
+++ b/layouts/partials/addthis.html
@@ -1,6 +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>
+ <script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid={{- .Site.Params.addThisId -}}" async></script>
{{- end -}}
{{- end -}}