From 87193fd0815941e8e3eb73096afaf0c01c7d3ee1 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Mon, 12 Aug 2024 14:25:38 -0700 Subject: [PATCH] Quartz sync: Aug 12, 2024, 2:25 PM --- quartz.layout.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 0bab21b..f9331ac 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -8,8 +8,8 @@ export const sharedPageComponents: SharedLayout = { afterBody: [], footer: Component.Footer({ links: { - GitHub, - Twitter, + GitHub: "https://github.com/MichaelWilson-online", + Twitter: "https://x.com/antiduplicity", }, }), }