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.
1 parent 8ad6c83 commit 6e7c9e2Copy full SHA for 6e7c9e2
quartz/components/ContentMeta.tsx
@@ -29,9 +29,9 @@ export default ((opts?: Partial<ContentMetaOptions>) => {
29
if (text) {
30
const segments: (string | JSX.Element)[] = []
31
32
- if (fileData.dates) {
33
- segments.push(formatDate(getDate(cfg, fileData)!, cfg.locale))
34
- }
+ // if (fileData.dates) {
+ // segments.push(formatDate(getDate(cfg, fileData)!, cfg.locale))
+ // }
35
36
// Display reading time if enabled
37
if (options.showReadingTime) {
0 commit comments