diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-27 17:35:44 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-27 17:35:44 -0400 |
commit | 87c9dc64303996aaea4f7487476bae3b6c811f66 (patch) | |
tree | bcb212012520a3d4eff44ab499762818bbffff1f /themes/classic/source | |
parent | 91f0190184b605a47183d9741ea0f08e208c2cb2 (diff) | |
download | my_new_personal_website-87c9dc64303996aaea4f7487476bae3b6c811f66.tar.xz my_new_personal_website-87c9dc64303996aaea4f7487476bae3b6c811f66.zip |
Added category index layout and noise.png
Diffstat (limited to 'themes/classic/source')
-rw-r--r-- | themes/classic/source/_layouts/category_index.html | 12 | ||||
-rw-r--r-- | themes/classic/source/images/noise.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..432e05bf --- /dev/null +++ b/themes/classic/source/images/noise.png |