diff --git a/quartz/plugins/emitters/folderPage.tsx b/quartz/plugins/emitters/folderPage.tsx index f9b181d..a1aa2aa 100644 --- a/quartz/plugins/emitters/folderPage.tsx +++ b/quartz/plugins/emitters/folderPage.tsx @@ -71,7 +71,7 @@ function computeFolderInfo( defaultProcessedContent({ slug: joinSegments(folder, "index") as FullSlug, frontmatter: { - title: `${i18n(locale).pages.folderContent.folder}: ${folder}`, + title: `${folder}`, tags: [], }, }),