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 +- tmpl/page.html.erb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'tmpl') 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 %> diff --git a/tmpl/page.html.erb b/tmpl/page.html.erb index fb5ddaa..504dbcb 100644 --- a/tmpl/page.html.erb +++ b/tmpl/page.html.erb @@ -21,7 +21,6 @@ -

<% if atom_categories.count > 0 %>

Tags: <% atom_categories.each do |t| %><%= t.html %><% end %>

<% end %> -- cgit v1.2.3