Make blog generic template for anyone

This commit is contained in:
Cassidy Williams
2024-05-09 23:46:25 -05:00
parent 29bd249a37
commit 342f889e57
116 changed files with 141 additions and 5777 deletions

View File

@@ -3,7 +3,7 @@ const today = new Date();
---
<footer>
&copy; {today.getFullYear()} Cassidy Williams. <a href="https://github.com/cassidoo/blahg">This blog is open source</a>! <3
&copy; {today.getFullYear()} cassidoo. <a href="https://github.com/cassidoo/blahg">This blog is open source</a>! <3
</footer>
<style>
footer {