diff --git a/themes/beautifulhugo/layouts/index.html b/themes/beautifulhugo/layouts/index.html
index cc15000a2f9c6789e4c2268ec953602c166043fd..8d5f34aff7e8c9c55c77ed6698d88e20d8636902 100644
--- a/themes/beautifulhugo/layouts/index.html
+++ b/themes/beautifulhugo/layouts/index.html
@@ -9,7 +9,7 @@
         {{ end }}
 
         <div class="posts-list">
-          {{ $pag := .Paginate (where site.RegularPages "Type" "in" site.Params.mainSections) }}
+          {{ $pag := .Paginate (where site.RegularPages "Type" "in" site.Params.mainSections).Reverse }}
           {{ range $pag.Pages }}
             {{ partial "post_preview" . }}
           {{ end }}