update
This commit is contained in:
parent
ff9c8d3427
commit
16cb699a13
5 changed files with 55 additions and 12 deletions
|
@ -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>
|
||||
© lynxize 2024
|
||||
© 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue