mirror of https://github.com/logos-co/roadmap.git
add breadcrumbs to folder view
This commit is contained in:
parent
de9735bcdd
commit
bc32f912c2
|
@ -37,7 +37,10 @@ export const defaultContentPageLayout: PageLayout = {
|
||||||
|
|
||||||
// components for pages that display lists of pages (e.g. tags or folders)
|
// components for pages that display lists of pages (e.g. tags or folders)
|
||||||
export const defaultListPageLayout: PageLayout = {
|
export const defaultListPageLayout: PageLayout = {
|
||||||
beforeBody: [Component.ArticleTitle()],
|
beforeBody: [
|
||||||
|
Component.ArticleTitle(),
|
||||||
|
Component.Breadcrumbs(),
|
||||||
|
],
|
||||||
left: [
|
left: [
|
||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
Component.MobileOnly(Component.Spacer()),
|
Component.MobileOnly(Component.Spacer()),
|
||||||
|
|
Loading…
Reference in New Issue