From 246ff3f9b634c4facad988c9a6030f09d669b700 Mon Sep 17 00:00:00 2001 From: Larry Fox Date: Wed, 11 Nov 2015 11:55:54 -0500 Subject: [PATCH] Remove Post autoload Seems like this got missed. Referencing `Jekyll::Post` results in a `LoadError` --- lib/jekyll.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/jekyll.rb b/lib/jekyll.rb index 2ac3b3fa..3e8e639d 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -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'