Fix fatal typo
This commit is contained in:
parent
86ac90977b
commit
b642b7de7c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock navbar %}
|
{% endblock navbar %}
|
||||||
|
|
||||||
{% set header_section_attributes = create_attribute({'class': ['hero', 'is-dark']) %}
|
{% set header_section_attributes = create_attribute({'class': ['hero', 'is-dark']}) %}
|
||||||
{% if false %}
|
{% if false %}
|
||||||
{% set header_section_attributes = header_section_attributes.removeClass('is-dark').setAttribute('data-headerbg', 'light') %}
|
{% set header_section_attributes = header_section_attributes.removeClass('is-dark').setAttribute('data-headerbg', 'light') %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue