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

github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqqhann <qiu.gits@gmail.com>2019-12-02 20:28:37 +0300
committerqqhann <qiu.gits@gmail.com>2019-12-02 20:28:37 +0300
commitc64024c9d8f947d0af5f38418b6be92cd1d88ab4 (patch)
treeae4b4e58877e414d4f9f81f649d99b55b274af4a
parent8dd7143bb3b7c10ecc7bf44e8c462076936a9089 (diff)
Fix: disable share on exampleSitev1.1.1
-rw-r--r--exampleSite/config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index df6fb33..ad5623b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,6 +22,8 @@ description = "Hugo-Primer theme's example site"
twitter = ""
useIcon = false
useTwitterCard = true
-shareTo = ["Twitter", "Hatena", "Facebook", "Pocket"]
+# exampleSite must not have share button: #36
+# shareTo = ["Twitter", "Hatena", "Facebook", "Pocket"]
+shareTo = []
showFooterCredits = true
math = true