Method: Plate::View#posts

Defined in:
lib/plate/view.rb

#postsPostCollection

Reference to all posts in this site.

Returns:



57
58
59
# File 'lib/plate/view.rb', line 57

def posts
  self.site.posts
end