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;
- +
{siteConfig.banner.credit.text}
- + name="fa6-solid:arrow-up-right-from-square">
}