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 8067182..4803ca0 100644 --- a/web/themes/custom/geofresco/src/templates/layout/page.html.twig +++ b/web/themes/custom/geofresco/src/templates/layout/page.html.twig @@ -106,8 +106,8 @@ {% endblock main_content %} {% block sidebar_first %} {# Sidebar first #} - {% if page.sidebar_first and not is_front and (node and node.bundle == 'page') %} - {# Set attributes for content. #} + {% 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 %} {% set page = page|merge({