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 %> <%= render 'item_intro', :item => item, :extended => true %>
<p> <p>
<a itemprop="blogPost" href="<%= item.path() %>">Zum Artikel</a> <a itemprop="blogPost" href="<%= item.path() %>">Zum Artikel</a>
<hr>
</div> </div>
<% end %> <% end %>
</div> </div>

View file

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