Skip to content
New issue

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

Panic on badly formatted date in front matter #78

Open
MasonRemaley opened this issue Oct 18, 2024 · 0 comments
Open

Panic on badly formatted date in front matter #78

MasonRemaley opened this issue Oct 18, 2024 · 0 comments

Comments

@MasonRemaley
Copy link
Contributor

The following date in frontmatter causes Zine to panic:

.date = @date("2020-10-4"),

If you add the missing 0, it works as expected:

.date = @date("2020-10-04"),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant