diff --git a/quartz.layout.ts b/quartz.layout.ts index 56e99d80b..cf77e947c 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -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()),