Remove autoload of Draft which no longer exists.
This commit is contained in:
parent
aa901cdaba
commit
a0a351aa7a
|
@ -41,7 +41,6 @@ module Jekyll
|
||||||
autoload :Convertible, "jekyll/convertible"
|
autoload :Convertible, "jekyll/convertible"
|
||||||
autoload :Deprecator, "jekyll/deprecator"
|
autoload :Deprecator, "jekyll/deprecator"
|
||||||
autoload :Document, "jekyll/document"
|
autoload :Document, "jekyll/document"
|
||||||
autoload :Draft, "jekyll/draft"
|
|
||||||
autoload :EntryFilter, "jekyll/entry_filter"
|
autoload :EntryFilter, "jekyll/entry_filter"
|
||||||
autoload :Errors, "jekyll/errors"
|
autoload :Errors, "jekyll/errors"
|
||||||
autoload :Excerpt, "jekyll/excerpt"
|
autoload :Excerpt, "jekyll/excerpt"
|
||||||
|
|
Loading…
Reference in New Issue