monkeyWzr / hugo-theme-cactus

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

add aria-labels to icons #54

Closed lollipopman closed 3 years ago

lollipopman commented 3 years ago

Prior to this commit aria-labels were not used on icons, which Chrome's Lighthouse tool identifies as being inaccessible to screen readers. After this commit aria-labels are added to all icons, which passes Lighthouse's audit.

natehn commented 3 years ago

Thanks for this! One quick thing - it looks like you switched "Next" and "Previous" in page_nav.html.

lollipopman commented 3 years ago

Thanks for this! One quick thing - it looks like you switched "Next" and "Previous" in page_nav.html.

Opps, should have read the diff more carefully, fixed, thanks!