mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
docs: Fix .Data.Pages range in sample
This commit is contained in:
committed by
digitalcraftsman
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
|
If the frontmatter field of interest is nested beneath another field, you can
|
||||||
also get it:
|
also get it:
|
||||||
|
|
||||||
{{ range (.Date.Pages.ByParam "author.last_name") }}
|
{{ range (.Data.Pages.ByParam "author.last_name") }}
|
||||||
<!-- ... -->
|
<!-- ... -->
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user