diff --git a/content/index.md b/content/index.md index e0eb1020a..8f3a1c465 100644 --- a/content/index.md +++ b/content/index.md @@ -1,5 +1,5 @@ --- -title: Forgetful Notes +title: FWelcome! description: Forgetful Notes—A digital garden of knowledge. A platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to. updated: 2024-02-08 compartir: true diff --git a/quartz.layout.ts b/quartz.layout.ts index b5b1340b7..7eb387ebb 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -20,9 +20,9 @@ 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.Breadcrumbs(), Component.ArticleTitle(), - Component.ContentMeta(), + // Component.ContentMeta(), // Component.TagList(), Component.MobileOnly(Component.Spacer()), ],