Skip to content

Commit

Permalink
vault backup: 2024-01-16 10:13:30
Browse files Browse the repository at this point in the history
Affected files:
quartz.layout.ts
quartz/components/index.ts
  • Loading branch information
NoZTurn committed Jan 16, 2024
1 parent 0d3634b commit d1368d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ export const defaultContentPageLayout: PageLayout = {
Component.Backlinks(),
Component.Giscus(),
],
footer: [
Component.Giscus(),
],
}

// components for pages that display lists of pages (e.g. tags or folders)
Expand Down
2 changes: 1 addition & 1 deletion quartz/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Content from "./pages/Content"
import TagContent from "./pages/TagContent"
import FolderContent from "./pages/FolderContent"
import NotFound from "./pages/404"
import Giscus from "./pages/Giscus"
import ArticleTitle from "./ArticleTitle"
import Darkmode from "./Darkmode"
import Head from "./Head"
Expand All @@ -20,6 +19,7 @@ import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Giscus from "./pages/Giscus"


export {
Expand Down

0 comments on commit d1368d0

Please sign in to comment.