redesign 🎨

This commit is contained in:
2025-01-21 19:50:35 -05:00
parent ea8080ff57
commit 0f13edd875
33 changed files with 177 additions and 513 deletions
+5 -6
View File
@@ -1,17 +1,16 @@
---
const year = new Date().getFullYear();
interface Props {}
---
<footer>
<p>
Copyright {year}, Graham Hall Built with <a href="https://astro.build"
>Astro</a
>
Copyright {year}, Graham Hall
<br />
Built with <a href="https://astro.build">Astro</a>
</p>
<p>
<a href="/rss.xml"> Subscribe with RSS</a>
</p>
<div id="wcb" class="carbonbadge"></div>
</footer>