diff options
Diffstat (limited to '')
-rw-r--r-- | source/archives.haml | 14 |
1 files changed, 0 insertions, 14 deletions
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 |