From eb0d47aab0375d6be5d8a89dd6c752292bbdc7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 31 Jul 2019 19:55:51 -0400 Subject: [PATCH] Remove sidebar second from page template; we don't have that region --- .../src/templates/layout/page.html.twig | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/web/themes/custom/geofresco/src/templates/layout/page.html.twig b/web/themes/custom/geofresco/src/templates/layout/page.html.twig index 20c86a6..6ee6b64 100644 --- a/web/themes/custom/geofresco/src/templates/layout/page.html.twig +++ b/web/themes/custom/geofresco/src/templates/layout/page.html.twig @@ -106,25 +106,6 @@ {% endif %} {% 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 %} -