{content}
diff --git a/quartz/components/PageList.tsx b/quartz/components/PageList.tsx index 1e5d232df..831d962f8 100644 --- a/quartz/components/PageList.tsx +++ b/quartz/components/PageList.tsx @@ -40,35 +40,23 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit }: Pr {list.map((page) => { const title = page.frontmatter?.title const tags = page.frontmatter?.tags ?? [] + const tagsStr = JSON.stringify(tags) + const href = resolveRelative(fileData.slug!, page.slug!) return ( -
{content}
+
{i18n(cfg.locale).pages.folderContent.itemsUnderFolder({
count: allPagesInFolder.length,
})}
@@ -62,6 +160,7 @@ export default ((opts?: Partial