lib/plate/site.rb in plate-0.7.0.pre3 vs lib/plate/site.rb in plate-0.7.0.pre4
- old
+ new
@@ -89,11 +89,9 @@
self.layouts = []
self.pages = []
self.posts = PostCollection.new
self.partials = []
self.drafts = []
-
- @metadata = {}
end
# The default blog post category
def default_category
options[:default_category] || 'Posts'
\ No newline at end of file