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,8 +106,8 @@
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
{% block sidebar_first %}
|
{% block sidebar_first %}
|
||||||
{# 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. #}
|
{# Set attributes for content. #}
|
||||||
{% if not page.sidebar_first_attributes %}
|
{% if not page.sidebar_first_attributes %}
|
||||||
{%
|
{%
|
||||||
set page = page|merge({
|
set page = page|merge({
|
||||||
|
|
Loading…
Add table
Reference in a new issue