[obsidian] vault backup: 2023-08-21 23:14:26[

This commit is contained in:
2023-08-21 23:14:27 +09:00
parent 5416094cbf
commit 51da99d90f
15 changed files with 36 additions and 57 deletions

View File

@ -17,7 +17,7 @@ export const sharedPageComponents: SharedLayout = {
// components for pages that display a single page (e.g. a single note)
export const defaultContentPageLayout: PageLayout = {
beforeBody: [Component.ArticleTitle(), Component.ContentMeta(), Component.TagList()],
beforeBody: [Component.ArticleTitle(), Component.ContentMeta(), /*Component.TagList()*/],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),