From 67cda350ccd50b1ba595a1e06abe217729884d45 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Tue, 21 Apr 2026 19:46:04 -0400 Subject: [PATCH] Render google-site-verification meta on homepage Matches core remarkbox base.j2 behavior (request.path == '/' and namespace.google_site_verification set). Needed for Google Search Console verification of foxhop.net when app.theme = chaostheory replaces the default base template. --- remarkbox_chaostheory/templates/chaostheory-base.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/remarkbox_chaostheory/templates/chaostheory-base.j2 b/remarkbox_chaostheory/templates/chaostheory-base.j2 index 39bf983..f0d409b 100644 --- a/remarkbox_chaostheory/templates/chaostheory-base.j2 +++ b/remarkbox_chaostheory/templates/chaostheory-base.j2 @@ -6,6 +6,10 @@ + {% if request.path == '/' and request.namespace.google_site_verification %} + + {% endif %} +