Open
Description
This is a Bug Report
Problem:
Hugo v0.135.0 throws ERROR the "date" front matter field is not a parsable date in a bunch of places
(example) when running make serve. A change to the date validation was shipped in the v0.135.0 release which can throw an error when the date in the frontmatter is of a wrong format. I tested this with Hugo v0.134.3 and this error is not thrown.
Proposed Solution:
Remove date from the glossary entries since we don't need the date in the frontmatter for glossary entries. This was discussed here in Slack.
CC: @sftim