diff --git a/content/templates/lists.md b/content/templates/lists.md index 60f667c3d..a83f0a1bc 100644 --- a/content/templates/lists.md +++ b/content/templates/lists.md @@ -355,7 +355,7 @@ also get it: {{% code file="layouts/partials/by-nested-param.html" %}} ```html -{{ range (.Date.Pages.ByParam "author.last_name") }} +{{ range (.Data.Pages.ByParam "author.last_name") }} {{ end }} ```