quartz/components/pages/FolderContent.tsx
@@ -50,11 +50,13 @@ <article> <p>{content}</p> </article> {options.showFolderCount && ( <p>{pluralize(allPagesInFolder.length, "item")} under this folder.</p> )} <div> <PageList {...listProps} /> <div class="page-listing"> {options.showFolderCount && ( <p>{pluralize(allPagesInFolder.length, "item")} under this folder.</p> )} <div> <PageList {...listProps} /> </div> </div> </div> )