Fix fatal typo

This commit is contained in:
benjamin melançon 2018-10-16 12:27:35 -04:00
parent 86ac90977b
commit b642b7de7c

View file

@ -35,7 +35,7 @@
{% endif %}
{% endblock navbar %}
{% set header_section_attributes = create_attribute({'class': ['hero', 'is-dark']) %}
{% set header_section_attributes = create_attribute({'class': ['hero', 'is-dark']}) %}
{% if false %}
{% set header_section_attributes = header_section_attributes.removeClass('is-dark').setAttribute('data-headerbg', 'light') %}
{% endif %}