fix: Fix logic error
This commit is contained in:
parent
7901e4b996
commit
f9d1f71343
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue