Skip to content

Commit

Permalink
Removed aria label "main navigation"
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Smyth <[email protected]>
  • Loading branch information
smythp committed Sep 27, 2023
1 parent a609ca4 commit a4d4449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/docs/single.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
<div class="row flex-xl-nowrap">
<div class="col-lg-5 col-xl-4 docs-sidebar{{ if ne .Site.Params.options.navbarSticky true }} docs-sidebar-top{{ end }} d-none d-lg-block">
<nav {{ if eq .Site.Params.menu.section.collapsibleSidebar false }}id="sidebar-default" {{ end }}class="docs-links" aria-label="Main navigation">
<nav {{ if eq .Site.Params.menu.section.collapsibleSidebar false }}id="sidebar-default" {{ end }}class="docs-links">
{{ partial "sidebar/docs-menu.html" . }}
</nav>
</div>
Expand Down

0 comments on commit a4d4449

Please sign in to comment.