devroom.io/content/index.haml
Ariejan de Vroom 04fa7c76a9 Tweak styling
2013-04-06 10:24:51 +02:00

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