From 6dce2714e6a9c78f73065bf7978af3494080adbc Mon Sep 17 00:00:00 2001 From: RiseForever Date: Thu, 13 Aug 2026 00:42:09 +0800 Subject: [PATCH] Update Footer.astro --- src/components/Footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 3b11218..f7a9d4d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -23,7 +23,7 @@ const blogsClubBadge = `https://www.blogsclub.org/badge/${blogDomain}/theme`; --> {siteConfig.footer.links.length > 0 && } -

Powered By Astro · Theme Eidolon

+

Powered By Astro · Theme Eidolon

{siteConfig.footer.copyright &&

{siteConfig.footer.copyright}

} {siteConfig.footer.note && } {siteConfig.footer.theme &&

{siteConfig.footer.theme.label}

}