summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-07-26 03:56:23 +0200
committerSkyArrow <tommy351@gmail.com>2012-07-26 03:56:23 +0200
commitc0f1e2c2f75bb59d0b5a3570c0a672e12e00a3f4 (patch)
tree914abeb24ed5e655849b1bf2d2711ff52844b46e
parent1cbf29e405986bc14f19e63772f98232992d7bcf (diff)
parente59365358810fe96d8614d4185884bb70daa6aba (diff)
downloadoctopress-theme-jeyzu-c0f1e2c2f75bb59d0b5a3570c0a672e12e00a3f4.zip
octopress-theme-jeyzu-c0f1e2c2f75bb59d0b5a3570c0a672e12e00a3f4.tar.gz
Merge pull request #25 from fabienpelletier/masterslash
Category index
-rw-r--r--source/_layouts/category_index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_layouts/category_index.html b/source/_layouts/category_index.html
index 0c16ef3..8ab5341 100644
--- a/source/_layouts/category_index.html
+++ b/source/_layouts/category_index.html
@@ -2,6 +2,6 @@
layout: default
---
-{% for post in site.posts reverse %}
+{% for post in site.categories[page.category] %}
{% include archive_post.html %}
-{% endfor %} \ No newline at end of file
+{% endfor %}