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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Duggal <rajesh@duggalmail.com>2018-08-03 21:08:29 +0300
committerMatt Stratton <matt.stratton@gmail.com>2018-08-03 21:08:29 +0300
commit2b77041409bc81b3d8fbf3e4cbd62b532e20baeb (patch)
treea477e0fe0fb11882755d99195995f7f660d8f0aa /exampleSite
parent165c7bfa9c38290a27d16088633ea879cf4f7ff9 (diff)
Allow more than one fb:admins (#186)
Closes mattstratton/castanet#184 Signed-off-by: Rajesh Duggal <rajesh@duggalmail.com> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/mattstratton/castanet/186) <!-- Reviewable:end -->
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 607d3ff..6c20e50 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -88,7 +88,7 @@ media_prefix = "https://media.blubrry.com/arresteddevops/content.blubrry.com/arr
github = "arresteddevops"
gitlab = "mattstratton"
facebook = "Arresteddevops"
- facebook_admin = "500557137" # This needs to be a page admin to get domain insights
+ facebook_admin = ["500557137","1234"] # This needs to be one or more page admins to get domain insights
twitter = "arresteddevops"
twitter_domain = "arresteddevops.com" # This domain shows in twitter cards as "View on `twitter_domain`"
googleplus = "ArrestedDevOps"