summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/custom/page_templates/public/no_title_abstract_date_and_author.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/custom/page_templates/public/no_title_abstract_date_and_author.html.erb b/app/views/custom/page_templates/public/no_title_abstract_date_and_author.html.erb
new file mode 100644
index 0000000..eab658c
--- /dev/null
+++ b/app/views/custom/page_templates/public/no_title_abstract_date_and_author.html.erb
@@ -0,0 +1,6 @@
1<div class="article">
2 <div><%= headline_image %></div>
3 <%= aggregate?(@page.body) %>
4</div>
5
6<%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file