wjh18 / hugo-liftoff

Minimal blog/portfolio theme with a focus on content creation and SEO best practices. An ideal choice for technical users jump-starting a personal brand.
https://hugo-liftoff.netlify.app
MIT License
93 stars 27 forks source link

Accessibility and HTML validation #10

Closed rbn30117 closed 2 years ago

rbn30117 commented 2 years ago

Is your feature request related to a problem? Please describe. Your theme throws a few accessibility warnings and errors / and some HTML warnings.

Describe the solution you'd like Test your demo site with the "WAVE Evaluation Tool" extension (e.g. on a Chrome based browser) and https://validator.w3.org/ and see the results.

wjh18 commented 2 years ago

Thank you for reporting. I'll take a look at it and fix the most pressing errors. For contrast issues, sometimes those are unavoidable (for example with code highlighting) but I'll use my best judgement there.

wjh18 commented 2 years ago

This PR should fix most of the a11y issues. I will update the theme on the example site. If I missed anything let me know and I can re-open.