From f710b62631ab2b3cb791bccd624c40b249c57fb0 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 7 Jul 2023 21:58:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20properly=20check=20for=20?= =?UTF-8?q?`theme=5Fswitcher`=20setting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/partials/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/nav.html b/templates/partials/nav.html index d7173a0..10295e7 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -62,7 +62,7 @@ {%- endif %} {# Theme switcher #} - {%- if config.extra.theme_switcher == true -%} + {%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}