AndrewDM.me <%= @path %> <%= @pages.map{|p|p.updated}.sort.last.rfc3339 %> <%= Person.new("Andrew Murrell").atom %> https://lukeshu.com/blog/ <% @pages.sort_by{|p| p.updated}.reverse.each do |page| %> https://lukeshu.com/blog/<%= page.slug %>.html <%= page.updated.rfc3339 %> <%= page.published.rfc3339 %> <%= page.title %> <%= html_escape(page.content) %> <%= page.author.atom %> <%= html_escape(page.rights) %> <% end %>