1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-29 10:36:48 +02:00
muflax65ngodyewp.onion/content/date.mkd
muflax 1b781a23f6 transition complete
* word count
* categories in nav-bar
* next / prev item
* robots.txt (including sitemap)
* many minor tweaks
2012-04-18 23:06:03 +02:00

12 lines
192 B
Markdown

---
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 %>