devroom.io/content/index.haml
2013-06-07 15:23:38 +02:00

15 lines
474 B
Plaintext

---
title: Ariejan de Vroom's Blog
---
.row
.large-8.push-2.columns
%section#posts
- articles_by_year(sorted_articles).each do |year, articles|
%h2.year= year
- articles.each do |article|
.post-listing
%h3.title= link_to article[:title], article.path, title: article[:title]
.summary
%p Written by <strong>Ariejan de Vroom</strong> on #{get_pretty_date(article)}.
= article[:summary]