From 5017c1e252b72c11db5564df6c0d78e163e01156 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 3 Sep 2016 15:41:14 -0400 Subject: tweak the atom template --- index.atom.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'index.atom.erb') diff --git a/index.atom.erb b/index.atom.erb index ea5f1ef..208e15d 100644 --- a/index.atom.erb +++ b/index.atom.erb @@ -3,15 +3,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