From b35cfb0d6fe5e535a477310e4b875d933e9be0f9 Mon Sep 17 00:00:00 2001 From: zopiya Date: Thu, 3 Jul 2025 22:29:52 +0800 Subject: [PATCH] update link --- quartz.layout.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 3c9c8c27..9d4823ee 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -9,9 +9,9 @@ export const sharedPageComponents: SharedLayout = { afterBody: [], footer: Component.Footer({ links: { - "Home": "https://www.7wate.com", - "Blog": "https://blog.7wate.com", - GitHub: "https://github.com/7wate", + "文辑": "https://zopiya.com", + "片语": "https://memos.zopiya.com", + GitHub: "https://github.com/zopiya", }, }), }