mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Merge remote-tracking branch 'origin/3.0-stable'
This commit is contained in:
commit
978b981e11
1 changed files with 2 additions and 2 deletions
|
@ -259,11 +259,11 @@ module Middleman
|
|||
end
|
||||
|
||||
# Render using Tilt
|
||||
content = template.render(context, path, locs, &block)
|
||||
content = template.render(context, locs, &block)
|
||||
|
||||
# Allow hooks to manipulate the result after render
|
||||
self.class.callbacks_for_hook(:after_render).each do |callback|
|
||||
content = callback.call(content, locs, template_class)
|
||||
content = callback.call(content, path, locs, template_class)
|
||||
end
|
||||
|
||||
return content
|
||||
|
|
Loading…
Reference in a new issue