diff --git a/files/templates/default.html b/files/templates/default.html index fe3d85754..3a40b03d5 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -335,7 +335,7 @@ {% block sidebar %} - {% if has_sidebar and (home or p or request.path.startswith('/h/')) %} + {% if has_sidebar and (home or p) %} {% include "sidebar_" + SITE_NAME + ".html" %} {% endif %} {% endblock %}