From 3483fdac0c40df7e390a941431b9e99f5a6de687 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sun, 3 May 2026 00:09:23 +0700 Subject: feat: add yandex verification code --- internal/router/handlers/root.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal') diff --git a/internal/router/handlers/root.go b/internal/router/handlers/root.go index a8890fa..6a011e4 100644 --- a/internal/router/handlers/root.go +++ b/internal/router/handlers/root.go @@ -50,6 +50,9 @@ func (r *RootHandler) AddMeta(c *fiber.Ctx, supplements *router.Supplements, lan if supplements.Meta.GoogleSiteVerification != "" { meta = append(meta, router.MetaField{Name: "google-site-verification", Content: supplements.Meta.GoogleSiteVerification}) } + if supplements.Meta.YandexVerification != "" { + meta = append(meta, router.MetaField{Name: "yandex-verification", Content: supplements.Meta.YandexVerification}) + } return meta, nil } -- cgit v1.3.1+13