Fix frontmatter field name for Quartz date display #158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-frontmatter-field-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
date-modified->modifiedin all 80 docs and thedocs-check-frontmattertaskQuartz's
CreatedModifiedDateplugin recognizesmodified,lastmod,updated, andlast-modified— but notdate-modified. The wrong field name caused Quartz to ignore frontmatter dates entirely and fall through to filesystem timestamps (UTC inside Dagger), showing Feb 12 on pages built late on Feb 11 PST.Test plan
mise run docs-check-frontmatterpasses