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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jonsson <dannie92@gmail.com>2017-01-16 16:09:27 +0300
committerJuraj Bubniak <juraj.bubniak@gmail.com>2017-01-16 16:09:27 +0300
commit208cd773d75209cede6703e75a22181fc03f983d (patch)
treec771e1e1d2a8d1c18991691c3bb8aecaa8e6edaf /exampleSite
parente9128f78ce001633674eb3b0037a83f373a37bf7 (diff)
Add settings to control visible social media share buttons
If the share setting hasn't been set for a social media button, it falls back on `true`. This ensures that this change doesn't break any existing installs.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f9445fb..0018f1e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -25,6 +25,9 @@ googleAnalytics = "XXX"
stackoverflow = "https://stackoverflow.com/users/XXX/YYY"
email = "XXX@example.com"
opengraph = true
+ shareTwitter = true
+ shareFacebook = true
+ shareGooglePlus = true
[Permalinks]
post = "/:year/:month/:day/:filename/"