summaryrefslogtreecommitdiff
path: root/bin/index.md.erb
blob: f7a463b208f261bf65c8a234286c9bc2a7fe245a (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 %>)<% if a.updated != a.published %> (last updated <time><%= a.updated.strftime('%Y-%m-%d') %></time>)<% end %> <% a.tags.each do |t| %><%= t.html %><% end %><% end %>