Skip to content

Commit

Permalink
feat(frontend): remove date display
Browse files Browse the repository at this point in the history
  • Loading branch information
yijun-lee committed Jan 15, 2025
1 parent 8ad6c83 commit 6e7c9e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quartz/components/ContentMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default ((opts?: Partial<ContentMetaOptions>) => {
if (text) {
const segments: (string | JSX.Element)[] = []

if (fileData.dates) {
segments.push(formatDate(getDate(cfg, fileData)!, cfg.locale))
}
// if (fileData.dates) {
// segments.push(formatDate(getDate(cfg, fileData)!, cfg.locale))
// }

// Display reading time if enabled
if (options.showReadingTime) {
Expand Down

0 comments on commit 6e7c9e2

Please sign in to comment.