From 29379ca493e41cc49d29c96dd7a7773c5ef8ac83 Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 15:05:05 +0300 Subject: [PATCH] captcha support + remove row div --- templates/index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 %}