Fix another fatal typo
This commit is contained in:
parent
fe14830f57
commit
46e031fae6
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue