Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mswiger
Copy link

@mswiger mswiger commented Apr 17, 2023

This PR does two things:

  1. Fixes several failing unit tests due to trailing whitespace being removed in generated frontmatter
  2. Fixes Tried to load unspecified class: Time when running jekyll unpublish #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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tried to load unspecified class: Time when running jekyll unpublish
1 participant