Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 379 Bytes

File metadata and controls

16 lines (14 loc) · 379 Bytes
layout page
title Posts
    <% collections.posts.resources.each do |post| %> <% unless post.data.hidden %>
  • <%= post.data.title %>
  • <% end %> <% end %>

If you have a lot of posts, you may want to consider adding pagination!