From f4ff2b71fb5e4049eeb76b7c7c2c2bee5e3ff1bf Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 28 Jun 2022 08:35:24 +0200 Subject: [PATCH] restore accidentially removed condition --- files/templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/default.html b/files/templates/default.html index e20235506..6fe6fe9f4 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -326,7 +326,7 @@ {% block sidebar %} - {% if has_sidebar %} + {% if has_sidebar and (home or sub and p) %} {% include "sidebar_" + SITE_NAME + ".html" %} {% endif %} {% endblock %}