summaryrefslogtreecommitdiff
path: root/tmpl/index.md.erb
blob: 680647d44f0940361a820e50e0d7170f8a021d57 (plain)
1
2
3
4
5
6
7
---
title: "<%= atom_title %>"
class: "index"
---

<% index_pages.sort_by{|a|a.atom_published}.reverse.each do |a| %>
 * <span><a <% if a.is_a?(RemotePage) %>class="external" <% end %>href="<%= Config::get.url.route_to(a.url) %>" title="Published on <%= a.atom_published.strftime('%Y-%m-%d') %><% if a.atom_updated != a.atom_published %> (updated on<%= a.atom_updated.strftime('%Y-%m-%d') %>)<% end %>"><%= a.title %></a></span><span><% a.atom_categories.each do |t| %><%= t.html %><% end %></span><% end %>