Allow sidebar to show on listing pages so facets can be seen & used
Ref #15
This commit is contained in:
parent
135a2a371f
commit
dea557d1a1
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@
|
|||
{% endblock main_content %}
|
||||
{% block sidebar_first %}
|
||||
{# Sidebar first #}
|
||||
{% if page.sidebar_first and not is_front and (node and node.bundle == 'page') %}
|
||||
{% if page.sidebar_first and not is_front and (not node or (node and node.bundle == 'page')) %}
|
||||
{# Set attributes for content. #}
|
||||
{% if not page.sidebar_first_attributes %}
|
||||
{%
|
||||
|
|
Loading…
Add table
Reference in a new issue