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

10 lines
230 B
Plaintext

---
title: blog
---
#posts
- sorted_articles.each do |article|
.post
%p.date= get_pretty_date(article)
%h2.title= link_to article[:title], article.path, title: article[:title]
%p.summary= article[:summary]