Browse code

Added category index layout and noise.png

Brandon Mathis authored on 27/06/2011 at 21:35:44
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
0
+---
1
+layout: post
2
+no_meta: true
3
+---
4
+
5
+<div class="blog-archives category">
6
+{% for post in site.categories[page.category] %}
7
+<article>
8
+  {% include archive_post.html %}
9
+</article>
10
+{% endfor %}
11
+</div>
0 12
new file mode 100644
1 13
Binary files /dev/null and b/themes/classic/source/images/noise.png differ