devroom.io/content/index.haml

15 lines
445 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-03-24 13:27:51 +00:00
.content_wrap.nobg
%section#middle_content
2013-03-24 22:01:15 +00:00
2013-03-24 15:18:00 +00:00
#posts
2013-03-24 22:01:15 +00:00
- articles_by_year_for_two_columns.each do |column_articles|
.one_half
- column_articles.each do |year, articles|
%ol.posts
- articles.each do |article|
%li
%span.date= get_short_date(article)
2013-04-06 08:24:51 +00:00
= link_to article[:title], article.path, title: article[:title]