commit 0f9a8d211955f1d8b83958f920ee52b209989ecb parent 63586ec268f7d192107ad4996b5f5c3f887c9aab Author: Hugo Soucy <hugo@soucy.cc> Date: Wed, 9 Feb 2022 19:29:09 -0500 Replace the h2 by a aria-label attribute Diffstat:
M | templates/navigation.html | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/templates/navigation.html b/templates/navigation.html @@ -1,6 +1,4 @@ -<nav class="nav" id="n"> - <h2 class="nav__title">Navigation</h2> - +<nav class="nav" id="n" aria-label="Navigation principale"> <ol class="nav__list"> <li class="nav__item"> <a href="/" rel="index">Home</a>