fix: Fix logic error

This commit is contained in:
theS1LV3R 2026-03-11 16:54:34 +01:00 committed by Ginger
parent 7901e4b996
commit f9d1f71343
No known key found for this signature in database

View file

@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<title>{% block title %}Continuwuity{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
{%- if allow_indexing %}
{%- if !allow_indexing %}
<meta name="robots" content="noindex" />
{%- endif %}