From 87c9dc64303996aaea4f7487476bae3b6c811f66 Mon Sep 17 00:00:00 2001
From: Brandon Mathis <brandon@imathis.com>
Date: Mon, 27 Jun 2011 17:35:44 -0400
Subject: Added category index layout and noise.png

---
 themes/classic/source/_layouts/category_index.html |  12 ++++++++++++
 themes/classic/source/images/noise.png             | Bin 0 -> 17742 bytes
 2 files changed, 12 insertions(+)
 create mode 100644 themes/classic/source/_layouts/category_index.html
 create mode 100644 themes/classic/source/images/noise.png

(limited to 'themes')

diff --git a/themes/classic/source/_layouts/category_index.html b/themes/classic/source/_layouts/category_index.html
new file mode 100644
index 00000000..699f3dec
--- /dev/null
+++ b/themes/classic/source/_layouts/category_index.html
@@ -0,0 +1,12 @@
+---
+layout: post
+no_meta: true
+---
+
+<div class="blog-archives category">
+{% for post in site.categories[page.category] %}
+<article>
+  {% include archive_post.html %}
+</article>
+{% endfor %}
+</div>
diff --git a/themes/classic/source/images/noise.png b/themes/classic/source/images/noise.png
new file mode 100644
index 00000000..432e05bf
Binary files /dev/null and b/themes/classic/source/images/noise.png differ
-- 
cgit v1.2.1