From c306ec03dea8ad5b9bc8ef94d9d954f668a9fef7 Mon Sep 17 00:00:00 2001 From: BinaryDigit Date: Wed, 18 Jun 2025 08:44:30 -0400 Subject: [PATCH] Quartz sync: Jun 18, 2025, 8:44 AM --- content/index.md | 1 - quartz.layout.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/index.md b/content/index.md index de4b9e5..b36c1cc 100644 --- a/content/index.md +++ b/content/index.md @@ -10,4 +10,3 @@ title: Welcome! > I go by the name Liz Roboto - some people know me as B online. I'm a tech director, artist, casual gamer and CSS tinkerer. I love the small web, retro tech, travel, art, fashion, photography and currently working on a creative portfolio and digital garden. Please keep checking back for updates each week. > Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)! - diff --git a/quartz.layout.ts b/quartz.layout.ts index 615dcca..98b56d1 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -43,7 +43,7 @@ export const defaultContentPageLayout: PageLayout = { Component.Explorer(), ], right: [ - // Component.Graph(), + Component.Graph(), Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(), ],