Update Last.md

This commit is contained in:
Joe Mooring 2025-01-24 18:52:23 -08:00 committed by GitHub
parent 82a2365bd5
commit 152a92d80a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,8 @@ Set `N` to zero to return an empty collection.
Use `last` and [`where`] together.
[`where`]: /functions/collections/where/
```go-html-template
{{ range where .Pages "Section" "articles" | last 5 }}
{{ .Render "summary" }}