Some basic styling on the blog index
This commit is contained in:
@@ -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"
|
||||
>
|
||||
© {today.getFullYear()} Terakoda, LLC. All rights reserved.
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user