mirror of
https://github.com/vacp2p/roadmap.git
synced 2026-01-07 14:53:56 -05:00
add breadcrumbs to folder view
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user