module Jekyll::Convertible

Public Instance Methods

do_layout(payload, layouts) click to toggle source
# File lib/octopress-tag-helpers/hooks.rb, line 5
def do_layout(payload, layouts)
  # The  tags needs access to the converter to process it while rendering.
  payload['converter'] = @converter ||= site.converters.find { |c| c.matches(ext) }

  jekyll_do_layout(payload, layouts)
end
Also aliased as: jekyll_do_layout
jekyll_do_layout(payload, layouts)
Alias for: do_layout