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

github.com/J-Siu/hugo-theme-sk3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social-share.html')
-rw-r--r--layouts/partials/social-share.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social-share.html b/layouts/partials/social-share.html
index b4682cf..88c25c3 100644
--- a/layouts/partials/social-share.html
+++ b/layouts/partials/social-share.html
@@ -1,4 +1,4 @@
-{{if site.Params.svg_ext}}
+{{if site.Params.enableExternalSvg}}
{{partial "social-share-ext.html" .}}
{{else}}
{{partial "social-share-int.html" .}}