From e4c2d5790bac6a74037638fde049c374fc44cc7b Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 17 Apr 2011 22:49:30 -0500 Subject: irrisponsibly massive commit --- source/archives.haml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 source/archives.haml (limited to 'source/archives.haml') diff --git a/source/archives.haml b/source/archives.haml deleted file mode 100644 index 4daba19c..00000000 --- a/source/archives.haml +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default -title: Blog Archives ---- -%h2 Blog Archives - -- posts = site.posts.reverse.group_by { |p| p.date.strftime("%Y") } -- posts.keys.each do |year| - %h3= year - %ul - - posts[year].each do |post| - %li(class="#{(post.data['link'] ? "link" : nil )}") - = link_to(post.title, post.url) - %span.pubdate= post.date.strftime("%d %b, %Y") \ No newline at end of file -- cgit v1.2.1