muflax65ngodyewp.onion/content/date.mkd

12 lines
192 B
Markdown
Raw Permalink Normal View History

---
title: All Posts By Date
non_cognitive: true
no_comments: true
---
All posts by date.
<% @site.items_by_date.reverse.each do |item| %>
<%= render 'list-item', :item => item %>
<% end %>