From ad8ccd4f0247dbf5a489525c6d828ad6af6e9d72 Mon Sep 17 00:00:00 2001 From: RumbleFrog Date: Sun, 18 Feb 2018 13:47:24 -0500 Subject: Case Sensitive Config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86db331..6fbc538 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ In this case you would want to add `author = "your name"` variable like your nam Verify your site with several webmaster tools including Google, Bing, Alexa and Yandex. To allow verification of your site with any or all of these providers simply add the following to your `config.toml` and fill in their respective values: ```toml -[params.seo.webmaster_verifications] +[Params.seo.webmaster_verifications] google = "" # Optional, Google verification code bing = "" # Optional, Bing verification code alexa = "" # Optional, Alexa verification code -- cgit v1.2.3