aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-27 17:35:44 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-27 17:35:44 -0400
commit87c9dc64303996aaea4f7487476bae3b6c811f66 (patch)
treebcb212012520a3d4eff44ab499762818bbffff1f
parent91f0190184b605a47183d9741ea0f08e208c2cb2 (diff)
downloadmy_new_personal_website-87c9dc64303996aaea4f7487476bae3b6c811f66.tar.xz
my_new_personal_website-87c9dc64303996aaea4f7487476bae3b6c811f66.zip
Added category index layout and noise.png
Diffstat (limited to '')
-rw-r--r--themes/classic/source/_layouts/category_index.html12
-rw-r--r--themes/classic/source/images/noise.pngbin0 -> 17742 bytes
2 files changed, 12 insertions, 0 deletions
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
--- /dev/null
+++ b/themes/classic/source/images/noise.png
Binary files differ