devroom.io/content/index.haml
2013-04-04 12:11:59 +02:00

20 lines
466 B
Plaintext

---
title: Home
---
.headline
%h2 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|
%h2= year
%ol.posts
- articles.each do |article|
%li
%span.date= get_short_date(article)
= link_to article[:title], article.path