From 4a3a404a5cb2a8d5be83e28cec5c539928fa30f4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 6 Jan 2017 23:18:24 -0500 Subject: aaaah --- tmpl/index.atom.erb | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'tmpl/index.atom.erb') diff --git a/tmpl/index.atom.erb b/tmpl/index.atom.erb index cd70f7e..54e4b72 100644 --- a/tmpl/index.atom.erb +++ b/tmpl/index.atom.erb @@ -1,4 +1,3 @@ - AndrewDM.me <%= @title %> @@ -9,19 +8,5 @@ <%= Person.new("Andrew Murrell").atom %> <%= $url %> - <% @pages.sort_by{|p| p.updated}.reverse.each do |page| %> - - - <%= page.url %> - <%= page.updated.rfc3339 %> - <%= page.published.rfc3339 %> - <%= page.title %> - <%= page.author.atom %> -<% if page.content %> - <%= html_escape(page.content) %> -<% end %><% if page.rights %> - <%= html_escape(page.rights) %> -<% end %> - - <% end %> + <% @pages.sort_by{|p| p.updated}.reverse.each do |page| %><%=@page.atom %><% end %> -- cgit v1.2.3