Remove duplicate attributes from block template
This commit is contained in:
parent
31b1f87f47
commit
9b93979443
|
@ -35,7 +35,6 @@
|
|||
<nav
|
||||
class="h-full flex items-center"
|
||||
aria-labelledby="{{ heading_id }}"{{ attributes|without('role', 'aria-labelledby') }}
|
||||
aria-labelledby="{{ heading_id }}"{{ attributes|without('role', 'aria-labelledby') }}
|
||||
>
|
||||
{# Label. If not displayed, we still provide it for screen readers. #}
|
||||
{% if not configuration.label_display %}
|
||||
|
|
Loading…
Reference in a new issue