From 60573896b4d4cc6820172cc9ad2d4355f7168662 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 30 Sep 2016 18:24:14 -0400 Subject: sitegen stuff --- index.atom.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.atom.erb') diff --git a/index.atom.erb b/index.atom.erb index 208e15d..a5e1586 100644 --- a/index.atom.erb +++ b/index.atom.erb @@ -5,7 +5,7 @@ - <%= @pages.map{|p|p.gitdate}.sort.last.rfc3339 %> + <%= @pages.map{|p|p.date}.sort.last.rfc3339 %> <%= Person.new("Luke Shumaker").atom %> https://lukeshu.com/blog/ @@ -14,7 +14,7 @@ https://lukeshu.com/blog/<%= page.slug %>.html - <%= page.gitdate.rfc3339 %> + <%= page.date.rfc3339 %> <%= page.date.rfc3339 %> <%= page.title %> <%= html_escape(page.content) %> -- cgit v1.2.3