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(); ---