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}}