aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/head-search.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-07 04:19:22 -0400
committertdro <tdro@noreply.example.com>2022-05-07 04:19:22 -0400
commite9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a (patch)
treeb8b9c390a70b3cc0c47ad324019a51764ac20861 /themes/default/layouts/partials/head-search.html
parentf721601e676a752a76757f449242b876dbecb1d0 (diff)
downloadcanory-e9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a.tar.gz
canory-e9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a.tar.bz2
canory-e9a9c8b2bdcd39dc7b623c0412c91e18c2d01b0a.zip
config.yaml: Add search engine verification
Diffstat (limited to 'themes/default/layouts/partials/head-search.html')
-rw-r--r--themes/default/layouts/partials/head-search.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/head-search.html b/themes/default/layouts/partials/head-search.html
new file mode 100644
index 0000000..1bfed6c
--- /dev/null
+++ b/themes/default/layouts/partials/head-search.html
@@ -0,0 +1,11 @@
+{{- with .Site.Params.search.verification.google -}}
+<meta name="google-site-verification" content="{{ . }}" />
+{{ end }}
+
+{{- with .Site.Params.search.verification.bing -}}
+<meta name="msvalidate.01" content="{{ . }}" />
+{{ end }}
+
+{{- with .Site.Params.search.verification.yandex -}}
+<meta name="yandex-verification" content="{{ . }}" />
+{{ end }}