From b6a4d09f3cae97a244ca876914ce5f3f75e5e404 Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Sun, 24 Mar 2019 09:29:35 +0100 Subject: [PATCH] Added bing and yandex verification Added ability to verify the site with bing and yandex webmaster tool --- exampleSite/config.toml | 2 ++ layouts/partials/head.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3affbcb..a542506 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -47,6 +47,8 @@ disqusShortname = "yourdiscussshortname" home_mode = "" # post or other google_verification = "" + bing_verification = "" + yandex_verification = "" socialShare = true diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d71254d..caebb4b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,6 +4,8 @@ {{ with .Site.Params.google_verification }}{{ end }} + {{ with .Site.Params.bing_verification }}{{end}} + {{ with .Site.Params.yandex_verification }}{{ end }} {{ if .PrevInSection }}{{end}} {{ if .NextInSection}}{{end}}