From 9af6cf956a0ad5fa2354f6af8185eacfdd502882 Mon Sep 17 00:00:00 2001 From: saicaca Date: Fri, 2 Aug 2024 02:18:37 +0800 Subject: [PATCH] feat: style tweaks --- src/components/Footer.astro | 9 +++++++-- src/components/PostMeta.astro | 2 +- src/layouts/MainGridLayout.astro | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 15eabb5..82814a9 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,13 +1,18 @@ --- import {profileConfig} from "../config"; +import {url} from "../utils/url-utils"; ---
- © 2024 {profileConfig.name}. All Rights Reserved. + © 2024 {profileConfig.name}. All Rights Reserved. / + RSS / + Sitemap
- Powered by Fuwari + Powered by + Astro & + Fuwari
diff --git a/src/components/PostMeta.astro b/src/components/PostMeta.astro index 3a0c7f2..ef1f7e8 100644 --- a/src/components/PostMeta.astro +++ b/src/components/PostMeta.astro @@ -30,7 +30,7 @@ const className = Astro.props.class;
- +