Merge pull request #4128 from larryfox/remove-post-autoload

Remove Post autoload
This commit is contained in:
Jordon Bedwell 2015-11-11 15:33:04 -06:00
commit 59f80ac371
1 changed files with 0 additions and 1 deletions

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'