diff --git a/layouts/partials/post-previews.html b/layouts/partials/post-previews.html index 31261d03..7e42c14f 100644 --- a/layouts/partials/post-previews.html +++ b/layouts/partials/post-previews.html @@ -3,7 +3,7 @@
    {{- $posts := where .Site.RegularPages "Section" "in" (slice "posts" "bookmarks" "poetry") -}} - {{- range $posts.ByPublishDate.Reverse | first 6 -}} + {{- range $posts.ByDate.Reverse | first 6 -}} {{- $postType := partial "post-type.txt" . -}} {{- $typeSVG := index .Site.Params.defaultSVG ( partial "kebab.txt" $postType) -}}