Remove Post autoload

Seems like this got missed. Referencing `Jekyll::Post` results in a `LoadError`
This commit is contained in:
Larry Fox 2015-11-11 11:55:54 -05:00
parent 294f25b126
commit 246ff3f9b6
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ module Jekyll
autoload :LogAdapter, 'jekyll/log_adapter' autoload :LogAdapter, 'jekyll/log_adapter'
autoload :Page, 'jekyll/page' autoload :Page, 'jekyll/page'
autoload :PluginManager, 'jekyll/plugin_manager' autoload :PluginManager, 'jekyll/plugin_manager'
autoload :Post, 'jekyll/post'
autoload :Publisher, 'jekyll/publisher' autoload :Publisher, 'jekyll/publisher'
autoload :Reader, 'jekyll/reader' autoload :Reader, 'jekyll/reader'
autoload :Regenerator, 'jekyll/regenerator' autoload :Regenerator, 'jekyll/regenerator'