diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/layouts/partials/postlist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/layouts/partials/postlist.html b/users/fcuny/notes/layouts/partials/postlist.html index e124482..3d5cf04 100644 --- a/users/fcuny/notes/layouts/partials/postlist.html +++ b/users/fcuny/notes/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> |