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