diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b93a063..2653a19 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,7 +2,7 @@ {{ $num_recent_posts := .Site.Params.num_recent_posts | default "5" }} - {{ range first $num_recent_posts (where .Data.Pages "Section" "post") }} + {{ range first $num_recent_posts (where .Data.Pages "Type" "post") }} {{ .Render "summary"}} {{ end }}