diff --git a/mevislab.github.io/layouts/index.html b/mevislab.github.io/layouts/index.html index b2a940f34..1de1ec5ae 100644 --- a/mevislab.github.io/layouts/index.html +++ b/mevislab.github.io/layouts/index.html @@ -30,8 +30,8 @@
{{ $currentIndex := 1 }} - {{ range ( where .Site.RegularPages.ByDate "Kind" "page" | last 5 ) }} -
{{ $currentIndex }} [{{ .Parent.Title }}]: {{ .Title }}
+ {{ range ( where .Site.RegularPages.ByDate.Reverse "Kind" "page" | first 5 ) }} +[{{ .Date.Format "2006-01-01" }}]: {{ .Title }}
{{ $currentIndex = add $currentIndex 1 }} {{ end }}