diff --git a/layouts/article_body.html b/layouts/article_body.html index bb560de6..5505b478 100644 --- a/layouts/article_body.html +++ b/layouts/article_body.html @@ -7,10 +7,12 @@
<%= item[:subtitle] %> <% end %>

- - <% if @item[:author] %>- @item[:author]<% end %> - <% if @item[:refers_to] %>- <%= @items[sanitize_path(@item[:refers_to])][:title] %><% end %> - - +

diff --git a/layouts/item_intro.erb b/layouts/item_intro.erb index 7d5047d5..75a07124 100644 --- a/layouts/item_intro.erb +++ b/layouts/item_intro.erb @@ -11,6 +11,7 @@ <% if @item[:author] %>
  • @item[:author]
  • <% end %> <% if @item[:refers_to] %>
  • <%= @items[sanitize_path(@item[:refers_to])][:title] %>
  • <% end %>
  • + <% end %>