Proxy Convertible#converters to Renderer

This commit is contained in:
Parker Moore 2016-08-30 14:13:26 -07:00
parent b781b9967d
commit 741102bd40
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ module Jekyll
#
# Returns the Converter instance.
def converters
@converters ||= site.converters.select { |c| c.matches(ext) }.sort
_renderer.converters
end
# Render Liquid in the content