Method: Plate::View#posts
- Defined in:
- lib/plate/view.rb
#posts ⇒ PostCollection
Reference to all posts in this site.
57 58 59 |
# File 'lib/plate/view.rb', line 57 def posts self.site.posts end |
Reference to all posts in this site.
57 58 59 |
# File 'lib/plate/view.rb', line 57 def posts self.site.posts end |