From a70b39250252962df17670cee743d01d1a6f7c16 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Jan 2017 17:09:27 -0500 Subject: fix --- tmpl/index.atom.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpl/index.atom.erb') diff --git a/tmpl/index.atom.erb b/tmpl/index.atom.erb index 8719d05..390c02a 100644 --- a/tmpl/index.atom.erb +++ b/tmpl/index.atom.erb @@ -5,7 +5,7 @@ <%= index_pages_leaves.map{|p|p.atom_updated}.sort.last.to_datetime.rfc3339 %> - <%= Person.new(Config::get.default_author).atom %> + <%= atom_author.atom %> <%= url %> <% index_pages_leaves.sort_by{|p|p.atom_updated}.reverse.each do |page| %><%= page.atom %><% end %> -- cgit v1.2.3