devroom.io/content/index.haml
2013-04-06 11:30:58 +02:00

15 lines
445 B
Plaintext

---
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]