Remove stray character of death

This commit is contained in:
benjamin melançon 2018-10-23 10:42:58 -04:00
parent edf4f1f38a
commit af105ab1fc

View file

@ -45,7 +45,7 @@
{% endif %}
{% if node %}
{% set header_section_attributes = header_section_attributes.removeClass('hero', 'is-dark',b'hero-main', 'is-large').removeAttribute(['data-headerbg', 'style']) %}
{% set header_section_attributes = header_section_attributes.removeClass('hero', 'is-dark', 'hero-main', 'is-large').removeAttribute(['data-headerbg', 'style']) %}
{% endif %}