Skip to content

Commit

Permalink
navbar aria fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 28, 2022
1 parent 52fb5d8 commit 87ae692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_includes/layout/navbar-toggler.html
@@ -1,3 +1,3 @@
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"{% if include.target %} data-bs-target="#{{ include.target }}"{% endif %}>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"{% if include.target %} data-bs-target="#{{ include.target }}" aria-controls="{{ include.target }}"{% endif %} aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

0 comments on commit 87ae692

Please sign in to comment.