spacing, attribution, clearer language
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<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="/" {% 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="/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>
|
<li><a href="/submit/" {% if page.url === "/submit/" %}aria-current="page"{% endif %}>submit a listing</a></li>
|
||||||
|
|||||||
@ -37,7 +37,7 @@ title: About the Classifieds
|
|||||||
<h2>How do I let you know?</h2>
|
<h2>How do I let you know?</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can find all my contact methods on the site linked in the footer, or just
|
You can find all my contact methods on the site linked to my name in the footer, or just
|
||||||
<a href="https://flipping.rocks/@inherentlee" target="_blank">send me a message
|
<a href="https://flipping.rocks/@inherentlee" target="_blank">send me a message
|
||||||
on fedi</a>.
|
on fedi</a>.
|
||||||
|
|
||||||
@ -46,3 +46,8 @@ title: About the Classifieds
|
|||||||
<p>
|
<p>
|
||||||
After you add your listing.
|
After you add your listing.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>Colophon</h2>
|
||||||
|
|
||||||
|
Built with <a href="https://11ty.dev" target="_blank">{{ eleventy.generator }}</a>.
|
||||||
|
Hosted on Codeberg Pages, for now.
|
||||||
|
|||||||
Reference in New Issue
Block a user