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/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _site_build/archives/index.html (limited to '_site_build/archives') diff --git a/_site_build/archives/index.html b/_site_build/archives/index.html new file mode 100644 index 0000000..38efebf --- /dev/null +++ b/_site_build/archives/index.html @@ -0,0 +1,26 @@ +--- +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