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(), ],