Skip to content

Commit 6e7c9e2

Browse files
committed
feat(frontend): remove date display
1 parent 8ad6c83 commit 6e7c9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quartz/components/ContentMeta.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ export default ((opts?: Partial<ContentMetaOptions>) => {
2929
if (text) {
3030
const segments: (string | JSX.Element)[] = []
3131

32-
if (fileData.dates) {
33-
segments.push(formatDate(getDate(cfg, fileData)!, cfg.locale))
34-
}
32+
// if (fileData.dates) {
33+
// segments.push(formatDate(getDate(cfg, fileData)!, cfg.locale))
34+
// }
3535

3636
// Display reading time if enabled
3737
if (options.showReadingTime) {

0 commit comments

Comments
 (0)