summaryrefslogtreecommitdiff
path: root/index.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-07-06 14:30:45 -0600
committertekkub <tekkub@gmail.com>2009-07-06 14:30:45 -0600
commit09852073b638c0f3130665c044595dadf44da817 (patch)
tree727088f1c11f921cfe140e02bd845d498569f2e1 /index.textile
parentd64bd8c2c3c6ba462780f734568f5963ce56332d (diff)
Rework index lists
Diffstat (limited to 'index.textile')
-rw-r--r--index.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.textile b/index.textile
index 5c3e1ae..c92126b 100644
--- a/index.textile
+++ b/index.textile
@@ -20,7 +20,7 @@ p. This site is a work in progress.
{% for cat in (page.index_cats) %}
<div class="category_index">
<h2>{{ cat | capitalize }}</h2>
- {% for post in site.posts %}{% if post.categories contains cat %}
+ {% for post in site.posts reversed %}{% if post.categories contains cat %}
<b><a href="{{ post.url }}">{{ post.title }}</a></b>
<p>{{ post.description }}</p>
{% endif %}{% endfor %}