aboutsummaryrefslogtreecommitdiff
path: root/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'index.rhtml')
-rw-r--r--index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.rhtml b/index.rhtml
index 2236d46..3225360 100644
--- a/index.rhtml
+++ b/index.rhtml
@@ -36,7 +36,7 @@
<div class="container hyphens">
<div class="row">
- <% Hyde.listarticles("articles/**/*", 6).each { |p| %>
+ <% Hyde.listarticles("articles/**/*", 6).reverse_each { |p| %>
<div class="col-lg-4 col-sm-12" style="margin-bottom: 20pt">
<div class="card <%= p.classes %> h-100">
<!-- <div class="card-header">Featured</div> -->