From b8675977b6ce690e9b879cbf4d2cb53c3573cf89 Mon Sep 17 00:00:00 2001 From: TLSM Date: Sat, 10 Sep 2022 14:46:10 -0400 Subject: [PATCH] Show sidebar on all posts, including unholed. --- 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 9675fa188..43f8eedcc 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -336,7 +336,7 @@ {% block sidebar %} - {% if has_sidebar and (home or sub and p) %} + {% if has_sidebar and (home or p) %} {% include "sidebar_" + SITE_NAME + ".html" %} {% endif %} {% endblock %}