From 152a92d80af4f6342c6d23628e7cd35173c44ecb Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 24 Jan 2025 18:52:23 -0800 Subject: [PATCH] Update Last.md --- content/en/functions/collections/Last.md | 2 ++ 1 file changed, 2 insertions(+) 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" }}