parent
0374ad2668
commit
c76c4e478b
|
@ -60,6 +60,8 @@ module Jekyll
|
|||
unless self.data.is_a?(Hash)
|
||||
Jekyll.logger.abort_with "Fatal:", "Invalid YAML front matter in #{File.join(base, name)}"
|
||||
end
|
||||
|
||||
self.data
|
||||
end
|
||||
|
||||
# Transform the contents based on the content type.
|
||||
|
|
Loading…
Reference in New Issue