{content}
diff --git a/quartz/components/PageList.tsx b/quartz/components/PageList.tsx index 1e5d232df..28e35d8b9 100644 --- a/quartz/components/PageList.tsx +++ b/quartz/components/PageList.tsx @@ -42,7 +42,7 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit }: Pr const tags = page.frontmatter?.tags ?? [] return ( -
{content}
+
{i18n(cfg.locale).pages.folderContent.itemsUnderFolder({
count: allPagesInFolder.length,
})}
@@ -62,6 +120,7 @@ export default ((opts?: Partial