From 0cc1755f3d920b415fa473a7f07466b4d134e98c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Aug 2016 19:25:37 -0400 Subject: tidy atom stuff --- index.atom.erb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'index.atom.erb') diff --git a/index.atom.erb b/index.atom.erb index 1784635..ea5f1ef 100644 --- a/index.atom.erb +++ b/index.atom.erb @@ -2,17 +2,16 @@ Luke Shumaker's Web Log - - - + + + <%= @pages.map{|p|p.gitdate}.sort.last.rfc3339 %> <%= Person.new("Luke Shumaker").atom %> https://lukeshu.com/blog/ <% @pages.sort_by{|p| p.date}.reverse.each do |page| %> - - + https://lukeshu.com/blog/<%= page.slug %>.html <%= page.gitdate.rfc3339 %> <%= page.date.rfc3339 %> -- cgit v1.2.3