summaryrefslogtreecommitdiff
path: root/bin/index.md.erb
blob: 392447ef73b5e74167cc638d0f8f0c40b607d9ad (plain)
1
2
3
4
5
6
---
title: "<%= @path %>"
---

<% @pages.sort_by{|a|a.published}.each do |a| %>
 * <time><%= a.published.strftime('%Y-%m-%d') %></time> - [<%= a.title %>](./<%= a.slug %>.html) (last updated <time><%= a.updated.strftime('%Y-%m-%d') %></time>)<% end %>