Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhnvrm/bodhi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index efbc993..ac2b212 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -14,7 +14,7 @@
{{ end }}
{{ end }}
- {{ range (.Paginate $pages).Pages }}
+ {{ range (.Paginate $pages).Pages.ByDate.Reverse }}
{{ partial "list_preview" . }}
{{ end }}