summaryrefslogtreecommitdiff
path: root/app/views/custom
diff options
context:
space:
mode:
authorevelyn <evelyn@eyelyn.local>2009-11-11 20:56:28 +0800
committerJohn-P. Bader <contact@smyck.org>2009-11-11 23:54:00 +0800
commitd206eb893c5a526aa97dde3b9c0dd9563e222386 (patch)
tree673da83a7c4473a37ae29ffbf11c6a982b5fe60e /app/views/custom
parent13e04a41bf634cbefada19881caf81e7a9a69e0c (diff)
headline correction
Diffstat (limited to 'app/views/custom')
-rw-r--r--app/views/custom/page_templates/public/title_only.html.erb3
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>