Quartz sync: Jun 18, 2025, 8:44 AM

This commit is contained in:
Liz 2025-06-18 08:44:30 -04:00
parent 4cc38a099c
commit c306ec03de
2 changed files with 1 additions and 2 deletions

View File

@ -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. > 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/)! > Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)!

View File

@ -43,7 +43,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.Explorer(), Component.Explorer(),
], ],
right: [ right: [
// Component.Graph(), Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()), Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(), Component.Backlinks(),
], ],