diff --git a/templates/index.html b/templates/index.html index 86f711e..079fddd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,16 +3,22 @@ {% set homeLink = 'active' %} {% block additionalHeadItems %} +{% if cfg.antispam.type == 'recaptcha' %} + +{% elif cfg.antispam.type == 'turnstile' %} + +{% elif cfg.antispam.type == 'frc' %} + + +{% endif %} {% endblock %} {% block content %} -
-
+
{% if cfg.style.homepageLayout == 'catask' %} {% include 'snippets/layout/homepage/normal.html' %} {% elif cfg.style.homepageLayout == 'retrospring' %} {% include 'snippets/layout/homepage/retrospring.html' %} {% endif %} -
{% endblock %} {% block scripts %}