Web log entries =============== <% @pages.sort_by{|p| p.date}.reverse.each do |a| %> * <%= a.date.strftime('%Y-%m-%d') %> - [<%= a.title %>](./<%= a.slug %>.html)<% end %>