fix(blog): post front matter fails to parse if date has a time component. #17
Loading…
Reference in a new issue
No description provided.
Delete branch "katie/flora:yaml_time_parsing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Actually, this started blowing up my builds with
undefined method 'to_time' for an instance of String (NoMethodError)inPost.date, I haven't figured out why.The parser requires ISO 8601 timestamps, so if you specify a time, it needs to include seconds. Which I guess is fine, there's just no good way to document that (other than maybe handling it specifically within
Post.date)75cbdd7e8871f04167fdView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.