Remove sidebar second from page template; we don't have that region
This commit is contained in:
parent
f1db5ae8f7
commit
eb0d47aab0
1 changed files with 0 additions and 19 deletions
|
@ -106,25 +106,6 @@
|
||||||
</aside>
|
</aside>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock sidebar_first %}
|
{% endblock sidebar_first %}
|
||||||
{% block sidebar_second %}
|
|
||||||
{# Sidebar second #}
|
|
||||||
{% if page.sidebar_second %}
|
|
||||||
{% if not page.sidebar_second_attributes %}
|
|
||||||
{%
|
|
||||||
set page = page|merge({
|
|
||||||
'sidebar_second_attributes': create_attribute().addClass([
|
|
||||||
'sidebar-second',
|
|
||||||
'column',
|
|
||||||
'is-2',
|
|
||||||
]),
|
|
||||||
})
|
|
||||||
%}
|
|
||||||
{% endif %}
|
|
||||||
<aside{{page.sidebar_second_attributes|without('role')}} role="complimentary>
|
|
||||||
{{ page.sidebar_second }}
|
|
||||||
</aside>
|
|
||||||
{% endif %}
|
|
||||||
{% endblock sidebar_second %}
|
|
||||||
</div>
|
</div>
|
||||||
{{ page.content_bottom }}
|
{{ page.content_bottom }}
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Reference in a new issue