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