add breadcrumbs to folder view

This commit is contained in:
Corey 2023-10-25 15:04:40 -04:00
parent de9735bcdd
commit bc32f912c2
1 changed files with 4 additions and 1 deletions

View File

@ -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()),