Skip to content

Commit

Permalink
๐Ÿ“‘ Titre en ++
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Sep 18, 2024
1 parent 3681c79 commit 228ab2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ export const sharedPageComponents: SharedLayout = {
afterBody: [],
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
// GitHub: "https://github.com/jackyzha0/quartz",
// "Discord Community": "https://discord.gg/cRFFHYye7t",
},
}),
}

// components for pages that display a single page (e.g. a single note)
export const defaultContentPageLayout: PageLayout = {
beforeBody: [
Component.Breadcrumbs(),
Component.Breadcrumbs( rootName: "๐Ÿ“‘ FICHES.ME" ),
Component.ArticleTitle(),
Component.ContentMeta(),
Component.TagList(),
Expand All @@ -38,7 +38,7 @@ export const defaultContentPageLayout: PageLayout = {

// components for pages that display lists of pages (e.g. tags or folders)
export const defaultListPageLayout: PageLayout = {
beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()],
beforeBody: [Component.Breadcrumbs( rootName: "๐Ÿ“‘ FICHES.ME" ), Component.ArticleTitle(), Component.ContentMeta()],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Expand Down

0 comments on commit 228ab2b

Please sign in to comment.