devroom.io/content/index.haml
Ariejan de Vroom 83c44eaafd wip
2013-08-16 06:38:15 +02:00

13 lines
407 B
Plaintext

---
title: Ariejan de Vroom's Blog
---
%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]