Open runofthemillgeek opened 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.
div
p
nav
ul
https://github.com/tomfran/typo/blob/8c8da7151a69c193eb3aa960ad840968fc21485f/layouts/partials/header.html#L11-L24
Currently, the template is rendering nav links with
div
andp
elements but it's recommended to use appropriate semantic elements such asnav
andul
which helps assistive tech.https://github.com/tomfran/typo/blob/8c8da7151a69c193eb3aa960ad840968fc21485f/layouts/partials/header.html#L11-L24