Only show sidebar on non-node pages
This commit is contained in:
parent
5c2c1c82d0
commit
0b1335097d
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
{%
|
{%
|
||||||
|
|
Loading…
Add table
Reference in a new issue