From 74de297bbde7de1e0e5dd8c20cfd5ebdfacaa427 Mon Sep 17 00:00:00 2001 From: enneaa Date: Thu, 13 Mar 2025 20:54:50 +0800 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 052f6bf06..d72c305fb 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -8,7 +8,7 @@ export const sharedPageComponents: SharedLayout = {   afterBody: [], footer: Component.Footer({  links: { - GitHub: "https://github.com/jackyzha0/quartz",    + GitHub: "https://github.com/enneaa",    "Scroll to top ↑": "#",  }, }),