Remove duplicate attributes from block template

This commit is contained in:
Oliver Davies 2021-03-06 12:12:10 +00:00
parent 31b1f87f47
commit 9b93979443

View file

@ -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 %}