Skip to content

Commit

Permalink
Update quartz.layout.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NoZTurn authored Jan 15, 2024
1 parent 7511f78 commit ec8ecc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
Component.Giscus(),
],
}

Expand All @@ -44,7 +45,5 @@ export const defaultListPageLayout: PageLayout = {
Component.Search(),
Component.Darkmode(),
],
right: [
Component.Giscus(),
],
right: [],
}

0 comments on commit ec8ecc0

Please sign in to comment.