Merge commit '76f2664277e07a7d1b011fac236840c6e8e69fdd' into v4

This commit is contained in:
2023-11-27 18:01:51 +09:00
73 changed files with 2527 additions and 710 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: [],
}
}