Convertible#converters: sort the converters

This commit is contained in:
Parker Moore 2016-08-30 14:14:33 -07:00
父節點 73e79f0049
當前提交 8014c54ee0
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 193CDEBA72063C58
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -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