<%= "#{Date::MONTHNAMES[@month]} #{@year}" %>

<% for post in @blog.posts_for_month(@year, @month) %>
<%= human_date post.date %>

<%= post_link post %>

<%= post.summary %>
<% end %>