Fix another fatal typo

This commit is contained in:
benjamin melançon 2018-10-17 18:12:08 -04:00
parent fe14830f57
commit 46e031fae6

View file

@ -5,7 +5,7 @@
'is-light',
]
%}
{% set attributes = attributes.addClass(classes).addAttribute('data-headerbg', 'light') %}
{% set attributes = attributes.addClass(classes).setAttribute('data-headerbg', 'light') %}
<section{{ attributes }}>
<div class="hero-body subtitle is-mono is-4">
{{ title_prefix }}