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

<% @pages.sort_by{|a|a.published}.reverse.each do |a| %>
 * <a href="<%= a.url %>" title="Published on <%= a.published.strftime('%Y-%m-%d') %><% if a.updated != a.published %> (updated on<%= a.updated.strftime('%Y-%m-%d') %>)<% end %>"><%= a.title %></a><span><% a.tags.each do |t| %><%= t.html %><% end %></span><% end %>