summaryrefslogtreecommitdiff
path: root/tmpl
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
parent5022d1a0df1534b1cbec1cbee23568f201ea1cc6 (diff)
fix
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/index.atom.erb2
-rw-r--r--tmpl/page.html.erb1
2 files changed, 1 insertions, 2 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 %>
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 @@
</form>
</ul>
</nav>
- <p </p>
</header>
<article>
<% if atom_categories.count > 0 %><p>Tags: <% atom_categories.each do |t| %><%= t.html %><% end %></p><% end %>