From 2a25b1071b3050163aa96704687a83387fc04e89 Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 1 May 2025 17:43:46 +0800 Subject: [PATCH] feat: change the footer --- public/mercury.svg | 2 ++ src/layouts/Layout.astro | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 public/mercury.svg diff --git a/public/mercury.svg b/public/mercury.svg new file mode 100644 index 0000000..ed62e71 --- /dev/null +++ b/public/mercury.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f56123e..714219e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -44,7 +44,7 @@ const { title, path = "~/grassblock/micr0blog" } = Astro.props;