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