--- title: "<%= atom_title %>" class: "index" --- <% index_pages.sort_by{|a|a.atom_published}.reverse.each do |a| %> * class="external" <% end %>href="<%= Config::get.url.route_to(a.url) %>" title="Published on <%= a.atom_published.strftime('%Y-%m-%d') %><% if a.atom_updated != a.atom_published %> (updated on<%= a.atom_updated.strftime('%Y-%m-%d') %>)<% end %>"><%= a.title %><% a.atom_categories.each do |t| %><%= t.html %><% end %><% end %>