diff --git a/content/en/functions/collections/Last.md b/content/en/functions/collections/Last.md index 8219e120d..7739b8726 100644 --- a/content/en/functions/collections/Last.md +++ b/content/en/functions/collections/Last.md @@ -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" }}