Merge commit '76f2664277e07a7d1b011fac236840c6e8e69fdd' into v4
This commit is contained in:
@ -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: [],
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user