Post#published is no longer a thing.
This commit is contained in:
parent
6bd07501e8
commit
09c6ff4f9c
|
@ -64,8 +64,6 @@ module Jekyll
|
|||
self.date = Time.parse(data["date"].to_s)
|
||||
end
|
||||
|
||||
self.published = published?
|
||||
|
||||
populate_categories
|
||||
populate_tags
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue