--- title: Ariejan's Blog --- .content_wrap.nobg %section#middle_content #posts - articles_by_year_for_two_columns.each do |column_articles| .one_half - column_articles.each do |year, articles| %ol.posts - articles.each do |article| %li %span.date= get_short_date(article) = link_to article[:title], article.path, title: article[:title]