Show sidebar on all posts, including unholed.

remotes/1693045480750635534/spooky-22
Snakes 2022-09-10 14:46:10 -04:00
parent a0bd960b19
commit b8675977b6
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@
</div>
{% 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 %}