From f7fae4b1569cdc1d27510a68053eb69748b5c5bb Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Tue, 18 Apr 2017 12:20:00 -0500 Subject: [PATCH] Fix .Date.Pages typos across the board --- content/templates/lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} ```