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

View File

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