From b059770ac01dc106ad513e426d3ab2388183343d Mon Sep 17 00:00:00 2001
From: Gerben Geijteman <gerben@hyperized.net>
Date: Sat, 12 Sep 2020 12:14:33 +0000
Subject: [PATCH] Add option to add Google Site Verification meta tag
---
layouts/partials/head.html | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index b0159f9..a603e09 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -41,6 +41,11 @@
{{- end -}}
{{- end -}}
{{- end -}}
+
+ {{- if isset .Params "googleSiteVerify" }}
+ <!-- Google Site Verification -->
+ <meta name="google-site-verification" content="{{ .Param "googleSiteVerify" }}">
+ {{- end -}}
{{- if ne $js "" -}}
{{- $secureJS := $js | resources.Minify | resources.Fingerprint -}}
--
Gitblit v1.10.0