From 417413dc291270c6ec217793a0e6b9103fe1431a Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 29 Oct 2022 22:15:54 -0500 Subject: [PATCH] fix prev commit we need to exclude main.css if neko bootstrap mode is enabled --- files/templates/html_head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/templates/html_head.html b/files/templates/html_head.html index e4f94a1133..38d139eb94 100644 --- a/files/templates/html_head.html +++ b/files/templates/html_head.html @@ -79,9 +79,10 @@ {% endmacro %} {% macro stylesheets(include_user_css, extra_css, include_neko_debootstrap) %} - {% if include_neko_debootstrap %} + {% else %} + {% endif %} {% if v %}