mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
Merge remote-tracking branch 'kou/fix-error-message'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user