content/archives/may-2006.textile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
-----
:type: page
:permalink: may-2006
:filters_pre:
- erb
:title: "Archive: May 2006"
-----
<p>12 articles were written in <em>May 2006</em>:</p>
<ul>
<% articles_by_month.select{|i| i[0] == "May 2006"}[0][1].each do |a|%>
<%= render 'dated_article', :article => a %>
<% end %>
</ul>
|