Only show sidebar on non-node pages

This commit is contained in:
benjamin melançon 2019-07-31 21:05:22 -04:00
parent 5c2c1c82d0
commit 0b1335097d

View file

@ -88,7 +88,7 @@
{% endblock main_content %} {% endblock main_content %}
{% block sidebar_first %} {% block sidebar_first %}
{# Sidebar first #} {# Sidebar first #}
{% if page.sidebar_first %} {% if page.sidebar_first and not is_front and (node and node.bundle == 'page') %}
{# Set attributes for content. #} {# Set attributes for content. #}
{% if not page.sidebar_first_attributes %} {% if not page.sidebar_first_attributes %}
{% {%