diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html
index 8be48ff9..5bf1eb4c 100644
--- a/themes/buha/layouts/index.html
+++ b/themes/buha/layouts/index.html
@@ -19,7 +19,7 @@
{{ .Content }}
{{ end }}
- {{ range first 3 $featured.ByLastmod }}
+ {{ range first 3 $featured.ByLastmod.Reverse }}
{{ $article_age := sub now.Unix (int .Date.Unix) }}
{{ if lt $article_age "1209600" }}
{{ partial "structure/list_article.html" . }}