Nil-out @collections so #collections will re-compile

This commit is contained in:
Parker Moore
2014-04-24 12:16:39 -04:00
parent fd98d5b1e6
commit a27e5825b9

View File

@@ -55,7 +55,7 @@ module Jekyll
self.pages = []
self.static_files = []
self.data = {}
@collections = {}
@collections = nil
if limit_posts < 0
raise ArgumentError, "limit_posts must be a non-negative number"