summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/custom/page_templates/public/no_date_and_author.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/custom/page_templates/public/no_date_and_author.html.erb b/app/views/custom/page_templates/public/no_date_and_author.html.erb
index 92d2fb8..b019805 100644
--- a/app/views/custom/page_templates/public/no_date_and_author.html.erb
+++ b/app/views/custom/page_templates/public/no_date_and_author.html.erb
@@ -1,6 +1,5 @@
1<div class="article"> 1<div class="article">
2 <h2><%= @page.title %></h2> 2 <h2 class="headline"><%= @page.title %></h2>
3 <hr class="subtitle" />
4 <p><%= sanitize( @page.abstract ) %></p> 3 <p><%= sanitize( @page.abstract ) %></p>
5 <div id="headline_image"><%= headline_image %></div> 4 <div id="headline_image"><%= headline_image %></div>
6 <%= aggregate?(@page.body) %> 5 <%= aggregate?(@page.body) %>