mirror of
https://github.com/logos-co/roadmap.git
synced 2025-02-08 14:24:34 +00:00
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)
|
||||
export const defaultListPageLayout: PageLayout = {
|
||||
beforeBody: [Component.ArticleTitle()],
|
||||
beforeBody: [
|
||||
Component.ArticleTitle(),
|
||||
Component.Breadcrumbs(),
|
||||
],
|
||||
left: [
|
||||
Component.PageTitle(),
|
||||
Component.MobileOnly(Component.Spacer()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user