Added category index layout and noise.png

This commit is contained in:
Brandon Mathis 2011-06-27 17:35:44 -04:00
parent 91f0190184
commit 87c9dc6430
2 changed files with 12 additions and 0 deletions

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB