devroom.io/content/index.haml
2013-03-22 23:53:57 +01:00

15 lines
239 B
Plaintext

---
title: Home
---
%h1 ariejan.net
#posts
- articles_by_year.each do |year, articles|
%h2= year
%ol
- articles.each do |article|
%li
%span.date= article[:created_at]
= link_to article[:title], article.path