jekyll-compose icon indicating copy to clipboard operation
jekyll-compose copied to clipboard

Fix tests and warning when running publish/unpublish with date in frontmatter

Open mswiger opened this issue 2 years ago • 0 comments

This PR does two things:

  1. Fixes several failing unit tests due to trailing whitespace being removed in generated frontmatter
  2. Fixes #125 . This warning was due to the fact that Psych.safe_load does not deserialize Date or Time. This PR adds those two classes as permitted for deserialization.

mswiger avatar Apr 17 '23 05:04 mswiger