Files
fedi-classifieds/_includes/header.njk

16 lines
464 B
Plaintext
Raw Permalink Normal View History

2026-04-29 08:30:52 -07:00
<header>
<nav>
{% if page.url == "/submit/" %}
<a href="/">Return Home</a>
{% elif page.url == "/" %}
<a href="/submit/">Submit Your Own</a>
{% endif %}
</nav>
<div class="wip">
<p>This site is still a bit of a proof-of-concept. I don't know yet if it'll
go anywhere! Feel free to sign up regardless and I'll put ya in. (Note: all
handles that are @test.test are, I hope obviously, fake data.)</p>
</div>
2026-04-29 08:30:52 -07:00
</header>