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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-03-17 02:16:37 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-17 02:16:37 +0300
commit4f3bbdd7e526f574eff7ad53f60166edf8e564f5 (patch)
tree0a8844383b2010e71aa6871960ff27458b9b258e /exampleSite
parent7ad9a436c975f755632dc04c4b9feac0d422a192 (diff)
Social share visibility
Added the ability to choose which social are available to share.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ab469cf..cc0148b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -103,6 +103,14 @@ disqusShortname = "yourdiscussshortname"
#Skype = "xxxx"
#Whatsapp = "xxxx"
+[params.share]
+Twitter = true
+Facebook = true
+#Reddit = true
+Linkedin = true
+#Pinterest = true
+#HackerNews = true
+#Mix = true
# Used only for Seo schema
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."