From ecfaff3f42089f4816c5ecea8fe925c7b54b1ce6 Mon Sep 17 00:00:00 2001 From: soukouki Date: Wed, 8 Jan 2025 20:52:28 +0900 Subject: [PATCH] The source code I was looking at seemed to be out of date and the wrong listings were corrected. --- docs/plugins/CreatedModifiedDate.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/plugins/CreatedModifiedDate.md b/docs/plugins/CreatedModifiedDate.md index d33c3e370..2be5e6bc4 100644 --- a/docs/plugins/CreatedModifiedDate.md +++ b/docs/plugins/CreatedModifiedDate.md @@ -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`.