Luke T. Shumaker's Web Log <%= @pages.map{|p|p.date}.sort.last.rfc3339 %> <%= Person.new("Luke T. Shumaker").atom %> https://lukeshu.com/blog/ <% @pages.sort_by{|p| p.date}.reverse.each do |page| %> https://lukeshu.com/blog/<%= page.slug %>.html <%= page.date.rfc3339 %> <%= page.date.rfc3339 %> <%= page.title %> <%= html_escape(page.content) %> <%= page.author.atom %> <%= html_escape(page.rights) %> <% end %>