website/src/components/Footer.astro
2023-03-21 03:23:33 -04:00

7 lines
122 B
Text

---
const today = new Date();
---
<footer>
&copy; {today.getFullYear()} ArgentumCation. All rights reserved.
</footer>