--- title: "<%= @path %>" --- <% @pages.sort_by{|a|a.published}.reverse.each do |a| %> * <%= a.published.strftime('%Y-%m-%d') %> - [<%= a.title %>](<%= a.url %>)<% if a.updated != a.published %> (last updated <%= a.updated.strftime('%Y-%m-%d') %>)<% end %> <% a.tags.each do |t| %><%= t.html %><% end %><% end %>