devroom.io/content/index.haml

13 lines
407 B
Plaintext
Raw Normal View History

2013-03-22 22:53:57 +00:00
---
2013-06-07 13:23:38 +00:00
title: Ariejan de Vroom's Blog
2013-03-22 22:53:57 +00:00
---
2013-07-24 18:21:40 +00:00
%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]