Some basic styling on the blog index

This commit is contained in:
2025-06-05 13:09:19 -07:00
parent 5431967dce
commit 54b5a0b3b0
9 changed files with 59 additions and 136 deletions

View File

@@ -2,6 +2,8 @@
const today = new Date();
---
<footer class="py-4 text-sm text-center bg-dark text-light">
<footer
class="py-4 text-sm text-center bg-dark text-light absolute bottom-0 w-full"
>
&copy; {today.getFullYear()} Terakoda, LLC. All rights reserved.
</footer>