Skip to content

Commit

Permalink
Quartz sync: Apr 1, 2024, 1:11 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiitulip committed Apr 1, 2024
1 parent a7317a4 commit 23826e3
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,6 +5,7 @@ import * as Component from "./quartz/components"
export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [
Component.DesktopOnly(Component.ArticleTitle()),
Component.DesktopOnly(Component.Spacer()),
Component.DesktopOnly(Component.Search()),
Component.DesktopOnly(Component.Darkmode()),
Expand All @@ -19,10 +20,10 @@ export const sharedPageComponents: SharedLayout = {
// components for pages that display a single page (e.g. a single note)
export const defaultContentPageLayout: PageLayout = {
beforeBody: [
Component.Breadcrumbs(),
Component.ArticleTitle(),
Component.MobileOnly(Component.ArticleTitle()),
Component.ContentMeta(),
Component.TagList(),
Component.Breadcrumbs(),
],
left: [
Component.MobileOnly(Component.PageTitle()),
Expand Down

0 comments on commit 23826e3

Please sign in to comment.