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

<% @pages.sort_by{|a|a.published}.reverse.each do |a| %>
 * <span><a <% if a.is_a?(ExternPage) %>class="external" <% end %>href="<%= @url.route_to(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><span><% a.tags.each do |t| %><%= t.html %><% end %></span><% end %>