And whatever, let's make random non-node pages have dark blue navbars too
This commit is contained in:
parent
ed6fc3cf7a
commit
cd0a7e0a1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue