From efc5cb227083255ddeb0c9588294e361be862129 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Fri, 27 Mar 2020 09:36:13 +0100 Subject: [PATCH] Remove broken link on "where" page (#1058) The link "[wherefunction]" was not defined, so the square brackets where visible on the rendered page. It seems that this link would have just gone back to the top of the page, so I removed it instead of fixing it. --- content/en/functions/where.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/where.md b/content/en/functions/where.md index ece4acb21..be95c127b 100644 --- a/content/en/functions/where.md +++ b/content/en/functions/where.md @@ -114,7 +114,7 @@ You can also put the returned value of the `where` clauses into a variable: ## Use `where` with `first` -Using `first` and [`where`][wherefunction] together can be very +Using `first` and `where` together can be very powerful. Below snippet gets a list of posts only from [**main sections**](#mainsections), sorts it using the [default ordering](/templates/lists/) for lists (i.e., `weight => date`), and