This commit is contained in:
2023-12-06 01:36:43 +09:00
parent 7d7c6feaae
commit a061e398d3
7 changed files with 90 additions and 9 deletions

View File

@@ -41,7 +41,8 @@ const graph_cfg = {
},
};
export const defaultContentPageLayout: PageLayout = {
beforeBody: [Component.ArticleTitle(), Component.ContentMeta(), /*Component.TagList()*/],
beforeBody: [Component.Breadcrumbs(),
Component.ArticleTitle(), Component.ContentMeta(), /*Component.TagList()*/],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
@@ -62,6 +63,4 @@ export const defaultListPageLayout: PageLayout = {
Component.Darkmode(),
],
right: [],
}
}