From 2bb33145db724710abd7b993672ebb7444dc13d7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 13 Sep 2016 16:26:30 +0300 Subject: [PATCH] Allow optional addition of Google Webmaster Tools verification string Add to the site's configuration like so: [params] google_verify_meta = "BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4" --- layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 73447ac..bfecb69 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,6 +10,8 @@ {{ if .Site.Params.description }}{{ end }} {{ if .Site.Params.author }}{{ end }} + {{ if .Site.Params.google_verify_meta }}{{ end }} + {{ .Hugo.Generator }}