jhunterdeloche.com/src/components/Footer.astro

14 lines
353 B
Text

---
---
<footer
class="font-thin text-fg_light text-sm flex flex-col items-center my-10"
>
<div class="font-display">
Copyright (C) {new Date().getFullYear().toString()} James Hunter DeLoche.
</div>
<!-- <a class="underline" href="https://git.noahsw.xyz/noah/jhunterdeloche.com" -->
<!-- >View the Source</a -->
<!-- > -->
</footer>