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)
|
self.date = Time.parse(data["date"].to_s)
|
||||||
end
|
end
|
||||||
|
|
||||||
self.published = published?
|
|
||||||
|
|
||||||
populate_categories
|
populate_categories
|
||||||
populate_tags
|
populate_tags
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue