diff options
| -rw-r--r-- | app/views/custom/page_templates/public/title_only.html.erb | 3 |
1 files changed, 1 insertions, 2 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 index a7aa2ea..09c7455 100644 --- a/app/views/custom/page_templates/public/title_only.html.erb +++ b/app/views/custom/page_templates/public/title_only.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 | <div id="headline_image"><%= headline_image %></div> | 3 | <div id="headline_image"><%= headline_image %></div> |
| 5 | <%= aggregate?(@page.body) %> | 4 | <%= aggregate?(@page.body) %> |
| 6 | </div> | 5 | </div> |
