diff --git a/templates/index.html b/templates/index.html index 6784d3e..450050e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,7 @@ {% set homeLink = 'active' %} {% block additionalHeadItems %} +{% if cfg.antispam.enabled %} {% if cfg.antispam.type == 'recaptcha' %} {% elif cfg.antispam.type == 'turnstile' %} @@ -11,6 +12,7 @@ {% endif %} +{% endif %} {% endblock %} {% block content %}