Merge remote-tracking branch 'kou/fix-error-message'
This commit is contained in:
commit
3241d882b5
|
@ -78,7 +78,7 @@ module Jekyll
|
|||
begin
|
||||
self.content = Liquid::Template.parse(self.content).render(payload, info)
|
||||
rescue => e
|
||||
puts "Liquid Exception: #{e.message} in #{self.data["layout"]}"
|
||||
puts "Liquid Exception: #{e.message} in #{self.name}"
|
||||
end
|
||||
|
||||
self.transform
|
||||
|
|
Loading…
Reference in New Issue