summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-07-27 02:01:42 -0600
committertekkub <tekkub@gmail.com>2009-07-27 02:01:42 -0600
commit55ef3c86e284e589db9a633273aae29af05fcfae (patch)
treee54b0de42037b1402cbe2815c561ebd113992389
parentbe6d05dde2cb32de5d3a164e1ac0e84a4f19a1d4 (diff)
Yea that didn't work...
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0d7eacf..71ba56d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -58,7 +58,7 @@ sidebar_cats:
{% for cat in (page.sidebar_cats) %}
<h3 id="{{cat}}">{{ cat | capitalize }}</h3>
<dl id="{{cat}}">
- {% for post in site.posts %}{% if post.categories contains cat %}
+ {% for post in site.posts reversed %}{% if post.categories contains cat %}
<dt><a href="{{ post.url }}">{{ post.title }}</a></dt>
<dd>{{ post.description }}</dd>
{% endif %}{% endfor %}