kjelsrud.dev/src/components/Footer.astro
2023-12-13 13:20:37 +01:00

7 lines
No EOL
150 B
Text

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