This commit is contained in:
lynxize 2025-01-15 19:57:08 -07:00
parent ff9c8d3427
commit 16cb699a13
5 changed files with 55 additions and 12 deletions

View file

@ -17,15 +17,10 @@
<a href="/">/home</a>
<a href="/about">/about</a>
<a href="/blog">/blog</a>
<a href="/stuff">/stuff</a>
</nav>
</header>
<div id="new-site-warning">
<b>Hey!</b> This is a new version of my site rewritten from scratch!
I still don't really know what I'm doing with web dev, and this is still <i>very</i> WIP.
Stuff is still very broken/incomplete relative to the old site, but I'm working on it! (Hopefully)
</div>
<div class="content">
{% block content %} {% endblock %}
</div>
@ -33,12 +28,10 @@
<footer>
<div>
<hr>
&copy lynxize 2024
&copy lynxize 2025
-
<a href="https://github.com/lynxize/">GitHub</a>
|
<a rel="me" href="https://mastodon.lynxize.dev/@emilia">Mastodon</a>
|
<a href="https://bsky.app/profile/lynxize.dev">Bluesky</a>
</div>
</footer>