From d75f9c27f681a9d46472388cfd35009566bcc84c Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 20 Aug 2020 22:12:53 +0530 Subject: [PATCH] add google siteverification tag in head to use this, add below code to config file analytics: google: SiteVerificationTag: "XYZabc" --- layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 423d4537..44343ae5 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -11,6 +11,9 @@ {{- end }} +{{ if .Site.Params.analytics.google.SiteVerificationTag }} + +{{end}} {{ $anoldhope := resources.Get "css/an-old-hope.min.css" | minify }} {{ $theme := resources.Get "css/theme-vars.css" | minify }}