summaryrefslogtreecommitdiff
path: root/tmpl/index.atom.erb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 17:09:27 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 17:09:27 -0500
commita70b39250252962df17670cee743d01d1a6f7c16 (patch)
tree58c390dfd181953cb790d3edfc57e79a5406ff08 /tmpl/index.atom.erb
parent5022d1a0df1534b1cbec1cbee23568f201ea1cc6 (diff)
fix
Diffstat (limited to 'tmpl/index.atom.erb')
-rw-r--r--tmpl/index.atom.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
<link rel="alternate" type="text/html" href="./"/>
<link rel="alternate" type="text/markdown" href="./index.md"/>
<updated><%= index_pages_leaves.map{|p|p.atom_updated}.sort.last.to_datetime.rfc3339 %></updated>
- <author><%= Person.new(Config::get.default_author).atom %></author>
+ <author><%= atom_author.atom %></author>
<id><%= url %></id>
<% index_pages_leaves.sort_by{|p|p.atom_updated}.reverse.each do |page| %><%= page.atom %><% end %>