From 3b43bb9fbe661cb35201082fca9b0924da22bb03 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 30 Dec 2023 16:39:52 -0500 Subject: config: Punt search verification entries --- themes/default/layouts/partials/base-search.html | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'themes/default/layouts/partials') diff --git a/themes/default/layouts/partials/base-search.html b/themes/default/layouts/partials/base-search.html index 1bfed6c..89113ab 100644 --- a/themes/default/layouts/partials/base-search.html +++ b/themes/default/layouts/partials/base-search.html @@ -1,11 +1,5 @@ -{{- with .Site.Params.search.verification.google -}} - -{{ end }} - -{{- with .Site.Params.search.verification.bing -}} - -{{ end }} - -{{- with .Site.Params.search.verification.yandex -}} - +{{- with .Site.Params.search.verification -}} +{{- range $name, $content := . }} + +{{- end }} {{ end }} -- cgit v1.2.3