Skip to content

Commit b220f01

Browse files
Remove dates from page listings
IDK they still just show the last date that the site was built (whatever date the most recent commit occurs), rather than the actual modified date of the `.md` file.
1 parent 6ba3040 commit b220f01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quartz/components/PageList.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit, sort
6060
<div class="section">
6161
<div>
6262
{page.dates && (
63-
<p class="meta">
64-
<Date date={getDate(cfg, page)!} locale={cfg.locale} />
63+
<p>
6564
</p>
6665
)}
6766
</div>

0 commit comments

Comments
 (0)