From 47b4dca1c8c06c06360a30e259c7cf34186b2a19 Mon Sep 17 00:00:00 2001 From: mst Date: Fri, 28 Feb 2025 07:28:00 +0300 Subject: [PATCH] new footer, babel stuff, language dropdown --- templates/base.html | 110 +++++++++++++++++++++++++++----------------- 1 file changed, 67 insertions(+), 43 deletions(-) diff --git a/templates/base.html b/templates/base.html index 5df5a28..ecd0105 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,47 +6,14 @@ {% endif %} - - - - {%- if cfg.accessibility.font == 'default' -%} - - {%- endif -%} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + {% if not (cfg.style.overrideBaseStyles and cfg.style.useCustomCss) %} + + {% endif %} + {% if not (cfg.style.overrideCatAskStyles and cfg.style.useCustomCss) %} + {% if cfg.style.tintColors %} {% endif %} - {% block additionalHeadItems %}{% endblock %}