1 2 3 4 5 6
--- title: "<%= @path %>" --- <% @pages.sort_by{|a|a.published}.reverse.each do |a| %> * <time><%= a.published.strftime('%Y-%m-%d') %></time> - [<%= a.title %>](<%= a.url %>) (last updated <time><%= a.updated.strftime('%Y-%m-%d') %></time>)<% end %>