In archive pages: Separate articles with hrs

This commit is contained in:
Stefan Schlott 2013-08-27 10:33:34 +02:00
parent 0f79260739
commit c273939cbd
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
<%= render 'item_intro', :item => item, :extended => true %>
<p>
<a itemprop="blogPost" href="<%= item.path() %>">Zum Artikel</a>
<hr>
</div>
<% end %>
</div>

View file

@ -7,6 +7,7 @@
</article>
<p>
<a href="<%= item.path() %>">Zum Artikel</a>
<hr>
</div>
<% end %>
</div>