aboutsummaryrefslogtreecommitdiff
path: root/themes/classic
diff options
context:
space:
mode:
Diffstat (limited to 'themes/classic')
-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