We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<hr>
1 parent 120001f commit 81f63cfCopy full SHA for 81f63cf
quartz/components/pages/FolderContent.tsx
@@ -51,6 +51,7 @@ export default ((opts?: Partial<FolderContentOptions>) => {
51
return (
52
<div class={classes}>
53
<article>{content}</article>
54
+ <hr></hr>
55
<div class="page-listing">
56
{options.showFolderCount && (
57
<h2 class="foldercount-heading">
0 commit comments