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

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

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.

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

Successfully merging this pull request may close these issues.

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