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:
authorguangmean <angularcorp@outlook.com>2019-06-28 06:20:37 +0300
committerguangmean <angularcorp@outlook.com>2019-06-28 06:20:37 +0300
commit16250eddc7bcb7d326b404e39ed92bc26f598731 (patch)
tree242f3e982b96762908c4ba81a1ca96bce45600d3
parent87f16119b1a97e6035e09eaa9dcd161baffc081e (diff)
Update head.html
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 90c3528..6dc6217 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -24,6 +24,6 @@
</script>
{{ end }}
{{ if .Site.Params.sharethis }}
- <script async src="{{.Site.BaseURL | relLangURL}}js/vendor/sharethis.js#property={{- .Site.Params.sharethis -}}&product=sticky-share-buttons"></script>
+ <script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property={{- .Site.Params.sharethis -}}&product=sticky-share-buttons" async="async"></script>
{{ end }}
</head>