spacing, attribution, clearer language

This commit is contained in:
2026-05-01 11:24:29 -07:00
parent 4f16c28bca
commit 8cb076de0d
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<header>
<nav>
<ul>
<li> <a id="skip" href="#main">skip to content</a></li>
<li><a id="skip" href="#main">skip to content</a></li>
<li><a href="/" {% if page.url === "/" %}aria-current="page"{% endif %}>home page</a></li>
<li><a href="/about/" {% if page.url === "/about/" %}aria-current="page"{% endif %}>about this site</a></li>
<li><a href="/submit/" {% if page.url === "/submit/" %}aria-current="page"{% endif %}>submit a listing</a></li>