The source code I was looking at seemed to be out of date and the wrong listings were corrected.

This commit is contained in:
soukouki 2025-01-08 20:52:28 +09:00
parent 73d5e3f96c
commit ecfaff3f42

View File

@ -16,13 +16,17 @@ This plugin accepts the following configuration options:
If frontmatter is specified, the following frontmatter values are referenced:
- created
- `created`
- `date`
- modified
- `modified`
- `lastmod`
- `updated`
- `last-modified`
- published
- `published`
- `publishDate`
- `date`
> [!warning]
> If you rely on `git` for dates, make sure `defaultDateType` is set to `modified` in `quartz.config.ts`.