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