Fix frontmatter field name for Quartz date display #158

Merged
eblume merged 1 commit from fix-frontmatter-field-name into main 2026-02-11 16:45:13 -08:00
Owner

Summary

  • Rename date-modified -> modified in all 80 docs and the docs-check-frontmatter task

Quartz's CreatedModifiedDate plugin recognizes modified, lastmod, updated, and last-modified — but not date-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-frontmatter passes
  • Kick off docs release after merge — verify rendered dates match frontmatter values
## Summary - Rename `date-modified` -> `modified` in all 80 docs and the `docs-check-frontmatter` task Quartz's `CreatedModifiedDate` plugin recognizes `modified`, `lastmod`, `updated`, and `last-modified` — but not `date-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 - [x] `mise run docs-check-frontmatter` passes - [ ] Kick off docs release after merge — verify rendered dates match frontmatter values
Quartz's CreatedModifiedDate plugin recognizes `modified`, `lastmod`,
`updated`, and `last-modified` — but not `date-modified`. The wrong
field name caused Quartz to fall through to filesystem timestamps
(UTC in Dagger), showing incorrect dates on the rendered site.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eblume merged commit b0bac91ca9 into main 2026-02-11 16:45:13 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!158
No description provided.