From 955387e6af782e1dabd4d68ad12904263c4e8023 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Jan 2017 19:18:16 -0500 Subject: tidy --- tmpl/index.md.erb.bak | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tmpl/index.md.erb.bak (limited to 'tmpl') diff --git a/tmpl/index.md.erb.bak b/tmpl/index.md.erb.bak deleted file mode 100644 index a3ec547..0000000 --- a/tmpl/index.md.erb.bak +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "<%= @title %>" -class: "index" ---- - -<% @sections.keys.sort.each do |path| %> -<% unless path.empty? %>## [<%= @sections[path]['head'] %>](<%= path %>)<% end %> - -<% @sections[path]['body'].sort_by{|a|a.published}.reverse.each do |a| %> - * 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.tags.each do |t| %><%= t.html %><% end %><% end %> - -<% end %> -- cgit v1.2.3