From 702ab0e9f6b7094bf3fe7431a3461c9ccfdd985a Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 7 Oct 2024 16:11:19 -0500 Subject: [PATCH] update footer to include last updated date --- README.md | 2 +- src/components/Footer.astro | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2d8c071..0077bef 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ https://mzhang.io -License: GPL-3.0 / CC-BY-SA-4.0 +License: GPL-3.0 code / CC-BY-SA-4.0 contents diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 638c0b1..a32180b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,16 +1,19 @@ --- import "../styles/footer.scss"; + +const dateUpdated = new Date(); ---