From 0689de3049f6463d312ff256d293843b078402f3 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Fri, 6 Jan 2012 15:07:27 +0000 Subject: HTML files named as index.html --- _site_build/archives.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 _site_build/archives.html (limited to '_site_build/archives.html') diff --git a/_site_build/archives.html b/_site_build/archives.html deleted file mode 100644 index 38efebf..0000000 --- a/_site_build/archives.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: default -title: Archives ---- -
-

Archives

- {% for post in site.posts %} - {% unless post.next %} -

{{ post.date | date: '%Y' }}

-
    - {% else %} - {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} - {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} - {% if year != nyear %} -
-

{{ post.date | date: '%Y' }}

-
    - {% endif %} - {% endunless %} -
  1. - {{ post.title }} -
  2. - {% endfor %} -
-
- -- cgit v1.2.3-13-gbd6f