From b0f8cfb6b84f54c90992327d062d4c95c2401f17 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 13 Sep 2016 16:21:43 +0300 Subject: [PATCH] config.toml: Add Google Webmaster Tools verification string --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index bcdcc1d9..fa36693e 100644 --- a/config.toml +++ b/config.toml @@ -22,6 +22,9 @@ theme = "hugo-theme-bootstrap4" # Format dates with Go's time formatting date_format = "Mon Jan 02, 2006" + # verification string for Google Webmaster Tools + google_verify_meta = "BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" + [params.sidebar] # Hide the sidebar? (Default: false) hide = false