And whatever, let's make random non-node pages have dark blue navbars too

This commit is contained in:
benjamin melançon 2018-12-17 10:03:46 -05:00
parent ed6fc3cf7a
commit cd0a7e0a1a

View file

@ -37,7 +37,7 @@
{% set header_section_attributes = create_attribute() %} {% set header_section_attributes = create_attribute() %}
{% if not node %} {% if not node %}
{% set header_section_attributes = header_section_attributes.addClass(['hero']).setAttribute('data-headerbg', 'light') %} {% set header_section_attributes = header_section_attributes.addClass(['hero']).setAttribute('data-headerbg', 'dark') %}
{% endif %} {% endif %}
{# We do not want the secondary menu printed where Bulma's page.html.twig prints {# We do not want the secondary menu printed where Bulma's page.html.twig prints