Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
thecoded.prof
/
3963283e1db2323065a12060b10ed34f731c603c
/
.
/
sites
/
blog
/
src
/
components
/
Footer.astro
blob: 64b3b0d9281ad3e7cc08c81db901ce9c72048e59 [
file
] [
log
] [
blame
]
---
const
today
=
new
Date
();
---
<
footer
class
=
"text-text bg-mantle flex justify-center py-4 h-full"
>
&
copy
;
{
today
.
getFullYear
()}
Samuel
Shuert
.
All
rights reserved
.
</
footer
>