try at accessibility improvements

This commit is contained in:
Yann Esposito (Yogsototh) 2022-09-29 11:25:56 +02:00
parent b94c8a620d
commit ae8c688903
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
2 changed files with 5 additions and 3 deletions

View File

@ -28,7 +28,7 @@
</a>
</div>
<h1>$title</h1>
<nav role="top-navigation">
<nav arial-label="Main">
<a href="/index.html">Home</a> |
<a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>
@ -125,7 +125,7 @@ $body$
</main>
<footer id="postamble" class="status" role="contentinfo">
<div class="content">
<nav role="bottom-navigation">
<nav aria-label="Main">
<a href="/index.html">Home</a> |
<a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>

View File

@ -42,8 +42,10 @@ $description$
</div>
</header>
<main id="content" role="main">
$if(toc)$<div id="toc">$table-of-contents$</div>$endif$
$if(toc)$<nav id="toc" role="doc-toc">$table-of-contents$</nav>$endif$
<article>
$body$
</article>
</main>
<footer id="postamble" class="status" role="contentinfo">
<div class="content">