Skip to content

Commit

Permalink
Quartz sync: Dec 18, 2024, 5:25 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
d1s4rr4y committed Dec 18, 2024
1 parent 1ed916a commit 0e85701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ export const defaultContentPageLayout: PageLayout = {
left: [
Component.Navbar(),
],
// right: []
right: []
}

// components for pages that display lists of pages (e.g. tags or folders)
export const defaultListPageLayout: PageLayout = {
beforeBody: [Component.ArticleTitle(), Component.TableOfContents()],
left: [Component.Navbar()],
// right: [],
right: [],
}

0 comments on commit 0e85701

Please sign in to comment.