forked from MarseyWorld/MarseyWorld
restore accidentially removed condition
parent
42a6b5731a
commit
f4ff2b71fb
|
@ -326,7 +326,7 @@
|
|||
|
||||
</div>
|
||||
{% block sidebar %}
|
||||
{% if has_sidebar %}
|
||||
{% if has_sidebar and (home or sub and p) %}
|
||||
{% include "sidebar_" + SITE_NAME + ".html" %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue