monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
537 stars 338 forks source link

Add aria-label to hamburger menu #46

Closed lollipopman closed 3 years ago

lollipopman commented 3 years ago

After running Chrome's Lighthouse accessibility audit on this theme it reported that the hamburger icon was inaccessible since it carried no label. This commit adds a label for screen readers with the aria-label property, which then passes the audit.

lollipopman commented 3 years ago

Close in favor of, https://github.com/monkeyWzr/hugo-theme-cactus/pull/54