devroom.io/content/index.haml
2013-03-24 16:18:00 +01:00

16 lines
352 B
Plaintext

---
title: Home
---
.headline
%h2 Ariejan's Blog
.content_wrap.nobg
%section#middle_content
#posts
- articles_by_year.each do |year, articles|
%h2= year
%ol.posts
- articles.each do |article|
%li
%span.date= get_short_date(article)
= link_to article[:title], article.path