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