app/views/styleus/_article.html.erb in styleus-0.0.7 vs app/views/styleus/_article.html.erb in styleus-0.0.8
- old
+ new
@@ -1,4 +1,6 @@
<article class="__sg_article" id="<%= id %>">
- <%= content_tag 'h3', headline if headline %>
+ <header>
+ <%= content_tag 'h3', headline if headline %>
+ </header>
<%= yield %>
</article>
\ No newline at end of file