Browse Source

Added category index layout and noise.png

unreleased_contents
Brandon Mathis 14 years ago
parent
commit
87c9dc6430
  1. 12
      themes/classic/source/_layouts/category_index.html
  2. BIN
      themes/classic/source/images/noise.png

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

BIN
themes/classic/source/images/noise.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save