We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
resources/page: Treat null dates as zero dates
9ae9de2
Closes gohugoio#12906
3f68309
Closes #12906
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.
Sorry, something went wrong.
jmooring
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: