--- title: Ariejan's Blog --- .content_wrap.nobg %section#middle_content #posts - articles_by_year(sorted_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]