From 1d57467f42fed56c97341909dd5537dae549ead7 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 9 Jul 2024 18:29:14 +0200 Subject: Reverse order for articles in home I don't know why. --- index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rhtml b/index.rhtml index 2236d46..3225360 100644 --- a/index.rhtml +++ b/index.rhtml @@ -36,7 +36,7 @@
- <% Hyde.listarticles("articles/**/*", 6).each { |p| %> + <% Hyde.listarticles("articles/**/*", 6).reverse_each { |p| %>
-- cgit v1.2.3