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

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-08-30 01:52:17 +0300
committerBrad Davis <brd@FreeBSD.org>2018-08-30 01:52:17 +0300
commit745a7d00de06626d26450939843f5490db005ba2 (patch)
treea1ee0de1805b37a16595a8884ce8e017eb9c85fc /layouts
parentf70bb019e77c3555304729acb235c65c62782d9a (diff)
Disable sharethis too if not set
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 67598f6..5cab27d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -23,8 +23,6 @@
{{ if .Site.Params.customsharethis }}
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property={{ .Site.Params.sharethis.property }}&product=custom-share-buttons"></script>
- {{ else }}
- <script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property={{ .Site.Params.sharethis.property }}&product=inline-share-buttons"></script>
{{ end }}
</head>