Post#published is no longer a thing.

This commit is contained in:
Parker Moore 2014-04-04 15:34:42 -04:00
parent 6bd07501e8
commit 09c6ff4f9c
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ module Jekyll
self.date = Time.parse(data["date"].to_s)
end
self.published = published?
populate_categories
populate_tags
end