devroom.io/content/index.haml

15 lines
465 B
Plaintext
Raw Normal View History

2013-03-22 22:53:57 +00:00
---
title: Ariejan's Blog
2013-03-22 22:53:57 +00:00
---
2013-06-07 12:35:24 +00:00
.row
.large-8.push-2.columns
%section#posts
2013-05-21 19:53:36 +00:00
- articles_by_year(sorted_articles).each do |year, articles|
2013-06-07 12:35:24 +00:00
%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]