disable some components

This commit is contained in:
semanticdata 2024-02-10 20:51:51 -06:00
parent e08d09cccf
commit 6825c8ce3d
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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()),
],