tomfran / typo

A simple Hugo theme
https://tomfran.github.io/
MIT License
247 stars 76 forks source link

Use nav and unordered list for rendering nav links #39

Open runofthemillgeek opened 3 weeks ago

runofthemillgeek commented 3 weeks ago

Currently, the template is rendering nav links with div and p elements but it's recommended to use appropriate semantic elements such as nav and ul which helps assistive tech.

https://github.com/tomfran/typo/blob/8c8da7151a69c193eb3aa960ad840968fc21485f/layouts/partials/header.html#L11-L24