summaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 19:18:16 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 19:18:16 -0500
commit955387e6af782e1dabd4d68ad12904263c4e8023 (patch)
tree58bea9a3d6f8a2bd3ba9dd89b3715d7bcac7549c /tmpl
parentd09f0e2196330100a2621a127f7cd52fec69b97d (diff)
tidy
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/index.md.erb.bak12
1 files changed, 0 insertions, 12 deletions
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| %>
- * <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 %>
-
-<% end %>