mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Assert raising Psych::SyntaxError when "strict_front_matter"=>true (#6520)
Merge pull request 6520
This commit is contained in:
@@ -266,7 +266,7 @@ module Jekyll
|
||||
merge_defaults
|
||||
read_content(opts)
|
||||
read_post_data
|
||||
rescue StandardError => e
|
||||
rescue SyntaxError, StandardError, Errors::FatalException => e
|
||||
handle_read_error(e)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user