kjelsrud.dev/src/components/Footer.astro

7 lines
142 B
Text
Raw Normal View History

2023-07-19 19:31:30 +00:00
---
const today = new Date();
---
<footer class="flex justify-center py-5 footerbg">
2023-08-01 18:16:34 +00:00
{today.getFullYear()} &copy; Sindre Kjelsrud.
2023-08-22 13:59:48 +00:00
</footer>