From 2db85d4d3bff943629709cacc3d976c24951b8aa Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 6 Jan 2017 23:47:49 -0500 Subject: index local_input --- tmpl/index.md.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmpl') diff --git a/tmpl/index.md.erb b/tmpl/index.md.erb index 680647d..2febcb5 100644 --- a/tmpl/index.md.erb +++ b/tmpl/index.md.erb @@ -3,5 +3,4 @@ title: "<%= atom_title %>" class: "index" --- -<% index_pages.sort_by{|a|a.atom_published}.reverse.each do |a| %> - * 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.atom_categories.each do |t| %><%= t.html %><% end %><% end %> +<%= index_link(url, 1) %> -- cgit v1.2.3