mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-12 06:03:45 -04:00
docs: Fix .Data.Pages range in sample
This commit is contained in:
parent
66ec6305f6
commit
b5e32eb609
@ -255,7 +255,7 @@ The below example sorts a list of posts by their rating.
|
||||
If the frontmatter field of interest is nested beneath another field, you can
|
||||
also get it:
|
||||
|
||||
{{ range (.Date.Pages.ByParam "author.last_name") }}
|
||||
{{ range (.Data.Pages.ByParam "author.last_name") }}
|
||||
<!-- ... -->
|
||||
{{ end }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user