Skip to content

Commit 81f63cf

Browse files
Add <hr> before page-listing
1 parent 120001f commit 81f63cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quartz/components/pages/FolderContent.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default ((opts?: Partial<FolderContentOptions>) => {
5151
return (
5252
<div class={classes}>
5353
<article>{content}</article>
54+
<hr></hr>
5455
<div class="page-listing">
5556
{options.showFolderCount && (
5657
<h2 class="foldercount-heading">

0 commit comments

Comments
 (0)