about summary refs log tree commit diff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/postlist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/postlist.html b/layouts/partials/postlist.html
index e124482..3d5cf04 100644
--- a/layouts/partials/postlist.html
+++ b/layouts/partials/postlist.html
@@ -1,7 +1,7 @@
 {{ range .GroupByDate "2006" }}
   <h2>{{ .Key }}</h2>
   <ul>
-    {{ range .Pages.ByDate }}
+    {{ range .Pages.ByDate.Reverse }}
     <li>
       <div>
         <a href="{{ .Permalink }}">{{ .Title }}</a>