mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Improve aria tags for nav
This commit is contained in:
parent
b9b409853d
commit
d03f9ffdaf
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
header
|
header
|
||||||
nav
|
nav
|
||||||
.spacer
|
.spacer
|
||||||
a.text(href='/' aria-label='Go to homepage') Home
|
a.text(href='/') Home
|
||||||
a.text(href='/getting-started' aria-label='Go to getting started guide') Getting started
|
a.text(href='/getting-started') Getting started
|
||||||
a.logo(href='/' aria-label='Go to homepage')
|
a.logo(href='/' aria-label='Home')
|
||||||
img(src='/static/img/logo_circle.png' alt='Keyoxide' aria-hidden='true')
|
img(src='/static/img/logo_circle.png' alt='Keyoxide' aria-hidden='true')
|
||||||
nav
|
nav
|
||||||
a.text(href='/about' aria-label='Go to about page') About
|
a.text(href='/about') About
|
||||||
a.text(href='/guides' aria-label='Go to list of guides') Guides
|
a.text(href='/guides') Guides
|
||||||
a.text(href='/faq' aria-label='Go to frequently asked questions') FAQ
|
a.text(href='/faq' aria-label='Frequently asked questions') FAQ
|
||||||
.spacer
|
.spacer
|
||||||
|
|
Loading…
Reference in a new issue