From 6a7a274c081a957920e74f3de16b5640cf173a0a Mon Sep 17 00:00:00 2001 From: Juraj Bubniak Date: Sun, 2 Jun 2019 16:54:45 +0200 Subject: Add facebook example url. --- README.md | 1 + exampleSite/config.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ebe724..21cec61 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ disqusShortname = "XXX" gplus = "https://google.com/+XXX" twitter = "https://twitter.com/XXX" stackoverflow = "https://stackoverflow.com/users/XXX/YYY" + facebook = "https://www.facebook.com/username" email = "XXX@example.com" opengraph = true shareTwitter = true diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0d04149..3c36bc4 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,6 +33,7 @@ googleAnalytics = "XXX" gplus = "https://google.com/+XXX" twitter = "https://twitter.com/XXX" stackoverflow = "https://stackoverflow.com/users/XXX/YYY" + facebook = "https://www.facebook.com/username" email = "XXX@example.com" opengraph = true shareTwitter = true -- cgit v1.2.3