summaryrefslogtreecommitdiff
path: root/lib/page_index.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/page_index.rb')
-rw-r--r--lib/page_index.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/page_index.rb b/lib/page_index.rb
index 3c2f504..6ae4318 100644
--- a/lib/page_index.rb
+++ b/lib/page_index.rb
@@ -69,10 +69,10 @@ class IndexPage < LocalPage
ret += "\n"
return ret.gsub(/\n\n+/, "\n\n")
end
- def atom_title
+ def index_title
_metadata['title']
end
- def atom_author
+ def index_author
Person::new(_metadata['author'] || Config::get.default_author)
end