<% for article in @articles -%>
<%= render_partial "article", article %> <%= link_to_permalink article, _("Read more") + "..." if article.extended? %>

<%= article_links article %>

<% end -%> <% unless @pages.item_count <= this_blog.limit_article_display %>

<%= _("Older posts")%>: <%= pagination_links @pages, :params => { :action => @controller.action_name } %>

<% end -%>