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