devroom.io/content/index.haml

16 lines
352 B
Plaintext
Raw Normal View History

2013-03-22 22:53:57 +00:00
---
title: Home
---
2013-03-24 13:27:51 +00:00
.headline
%h2 Ariejan's Blog
.content_wrap.nobg
%section#middle_content
2013-03-24 15:18:00 +00:00
#posts
- articles_by_year.each do |year, articles|
%h2= year
2013-03-22 22:53:57 +00:00
2013-03-24 15:18:00 +00:00
%ol.posts
- articles.each do |article|
%li
%span.date= get_short_date(article)
= link_to article[:title], article.path