devroom.io/content/index.haml

10 lines
230 B
Plaintext
Raw Normal View History

2013-03-22 22:53:57 +00:00
---
2013-08-14 08:39:48 +00:00
title: blog
2013-03-22 22:53:57 +00:00
---
2013-08-14 08:39:48 +00:00
#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]