From 90508cc0e67d809ce99b7f946b8e16ae96f9d0cf Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 12 Feb 2024 13:54:05 +0100 Subject: [PATCH] feat: fix copyright years --- src/components/Footer.astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 484a80c..00247fd 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,6 +1,9 @@ +--- +const year = new Date().getFullYear(); +---