Convertible#converters: sort the converters
This commit is contained in:
parent
73e79f0049
commit
8014c54ee0
|
@ -15,7 +15,7 @@ module Jekyll
|
|||
#
|
||||
# Returns an array of Converter instances.
|
||||
def converters
|
||||
@converters ||= site.converters.select { |c| c.matches(document.extname) }
|
||||
@converters ||= site.converters.select { |c| c.matches(document.extname) }.sort
|
||||
end
|
||||
|
||||
# Determine the extname the outputted file should have
|
||||
|
|
Loading…
Reference in New Issue