mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
Update quartz.layout.ts
This commit is contained in:
parent
7e15e28839
commit
7a57f417ca
@ -11,7 +11,7 @@ export const sharedPageComponents: SharedLayout = {
|
||||
Blog: "https://miguelpimentel.do/",
|
||||
Meta: "/Meta",
|
||||
GitHub: "https://github.com/semanticdata/forgetful-notes/",
|
||||
Journal: "/journal",
|
||||
// Journal: "/journal",
|
||||
// Source: "https://github.com/semanticdata/forgetful-notes/",
|
||||
},
|
||||
}),
|
||||
@ -20,7 +20,8 @@ export const sharedPageComponents: SharedLayout = {
|
||||
// components for pages that display a single page (e.g. a single note)
|
||||
export const defaultContentPageLayout: PageLayout = {
|
||||
beforeBody: [Component.ArticleTitle()],
|
||||
left: [Component.MobileOnly(Component.Spacer())],
|
||||
left: [Component.MobileOnly(Component.Spacer()),
|
||||
Component.DesktopOnly(Component.Explorer())],
|
||||
right: [
|
||||
// Component.MobileOnly(Component.Graph()),
|
||||
// Component.MobileOnly(Component.Backlinks()),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user