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