From d197b659ea9c9d284086686555c1227116c9c4b1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Jan 2017 19:18:51 -0500 Subject: change index style --- bin/index.md.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/index.md.erb b/bin/index.md.erb index f7a463b..621a323 100644 --- a/bin/index.md.erb +++ b/bin/index.md.erb @@ -1,6 +1,7 @@ --- title: "<%= @path %>" +class: "index" --- <% @pages.sort_by{|a|a.published}.reverse.each do |a| %> - * - [<%= a.title %>](<%= a.url %>)<% if a.updated != a.published %> (last updated )<% end %> <% a.tags.each do |t| %><%= t.html %><% end %><% end %> + * <%= a.title %><% a.tags.each do |t| %><%= t.html %><% end %><% end %> -- cgit v1.2.3