diff options
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index b1bf5ee..8d4165b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@ {% set s = get_section(path=sub) %} <li><a href="{{s.permalink | safe}}">{{ s.title }}</a></li> <ul class="post-list"> - {% for post in s.pages %} + {% for post in s.pages | reverse %} <article class="post"> <header class="post-header"> <div class="post-meta"> |