summaryrefslogtreecommitdiff
path: root/bin/index.md.erb
blob: a9419ba5113f9bed2ed553a63f4a2c2d0e8c0c9c (plain)
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 %>