From a639166a7866a3c0d6ea6a57a41c5262afed2652 Mon Sep 17 00:00:00 2001 From: enneaa Date: Tue, 18 Mar 2025 19:55:11 +0800 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 9dd65502c..a00f6d9aa 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -9,8 +9,8 @@ export const sharedPageComponents: SharedLayout = {   afterBody: [], footer: Component.Footer({  links: { - RSS: "https://enneaaa.netlify.app/feed.xml",    - "Scroll to top ↑": "#",  + RSS: "https://enneaa.netlify.app/feed.xml",    + "Scroll to top ↑": "#",   }, }), }