Skip to content

Commit

Permalink
Quartz sync: Jan 23, 2025, 12:12 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
ArenaDruid committed Jan 23, 2025
1 parent b3edf33 commit a0a2d9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ export const defaultContentPageLayout: PageLayout = {
Component.Search(),
Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()),
Component.RecentNotes(),
//Component.RecentNotes(),
],
right: [
Component.Graph(),
//Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
Component.RecentNotes(),
],
}

Expand Down

0 comments on commit a0a2d9d

Please sign in to comment.