gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
75.94k stars 7.54k forks source link

Treat null dates as zero dates #12906

Closed jmooring closed 1 month ago

jmooring commented 1 month ago

I implemented validation of the four predefined front matter date fields in #12877 to address #10717.

I revised the implementation in #12905 to address #12898 (blank dates).

I neglected to consider that, unlike TOML, YAML and JSON support null values.

Reference: https://discourse.gohugo.io/t/51833

github-actions[bot] commented 3 weeks ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.