From d6f88dacf802710d9299617369cd54b94811028d Mon Sep 17 00:00:00 2001 From: gpkvt Date: Tue, 6 Jun 2023 17:37:43 +0200 Subject: [PATCH] fixed theme switcher --- templates/base.html | 4 ++++ templates/index.html | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2b3f339..6e51fcd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,7 @@ {{ i18n.title }} + {%- if config.animations == "1" or config.animations == "true" %} @@ -38,6 +39,9 @@ {%- endblock %} + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 4d0f56e..44c2170 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,6 @@ {% extends 'base.html' %} {% block main %} - @@ -38,7 +37,6 @@