Skip to content

Commit

Permalink
vault backup from laptop: 2024-10-04 00:20:38
Browse files Browse the repository at this point in the history
Affected files:
quartz.layout.ts
  • Loading branch information
NoZTurn committed Oct 3, 2024
1 parent f3c587b commit d88a394
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 @@ -5,7 +5,9 @@ import * as Component from "./quartz/components"
export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [],
afterBody: [],
afterBody: [
Component.Giscus(),
],
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
Expand Down Expand Up @@ -33,7 +35,6 @@ export const defaultContentPageLayout: PageLayout = {
Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
Component.Giscus(),
],
}

Expand Down

0 comments on commit d88a394

Please sign in to comment.