kjelsrud.dev/src/components/Footer.astro
2023-12-09 17:28:02 +01:00

7 lines
No EOL
142 B
Text

---
const today = new Date();
---
<footer class="flex justify-center py-5 footerbg">
{today.getFullYear()} &copy; Sindre Kjelsrud.
</footer>