Clean up article intro markup
This commit is contained in:
parent
f07071d0a8
commit
e391272275
1 changed files with 1 additions and 1 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
<% if @article.attributes.has_key?(:subtitle) then %>
|
<% if @article.attributes.has_key?(:subtitle) then %>
|
||||||
<br/><small><%= @article[:subtitle] %></small>
|
<br/><small><%= @article[:subtitle] %></small>
|
||||||
<% end %></<%= @h %>>
|
<% end %></<%= @h %>>
|
||||||
<div class="clearfix"></div>
|
|
||||||
</header>
|
</header>
|
||||||
|
<div class="clearfix"></div>
|
||||||
<section>
|
<section>
|
||||||
<% if @extended then %>
|
<% if @extended then %>
|
||||||
<%= article_summary(@article) %>
|
<%= article_summary(@article) %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue