From f9d1f71343e23ff5e94fbcc7cd432079b6b8208a Mon Sep 17 00:00:00 2001 From: theS1LV3R Date: Wed, 11 Mar 2026 16:54:34 +0100 Subject: [PATCH] fix: Fix logic error --- src/web/pages/templates/_layout.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/pages/templates/_layout.html.j2 b/src/web/pages/templates/_layout.html.j2 index f2db9c74..25eac50c 100644 --- a/src/web/pages/templates/_layout.html.j2 +++ b/src/web/pages/templates/_layout.html.j2 @@ -5,7 +5,7 @@ {% block title %}Continuwuity{% endblock %} - {%- if allow_indexing %} + {%- if !allow_indexing %} {%- endif %}