<% content_for :head, auto_discovery_link_tag(:atom, articles_url(format: "atom")) %>
<%= link_to image_tag("feed-icon-28x28.png"), articles_url(format: "atom") %>
<%= render partial: 'article', locals: { article: @first_article, article_counter: -1 } unless @first_article.nil? %> <%= render partial: "article_collection", collection: @articles %>
<% if @articles.num_pages > 1 %> <% end %>