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.
This commit is contained in:
Alexander01998
2020-03-27 09:36:13 +01:00
committed by GitHub
parent 443266076d
commit efc5cb2270
+1 -1
View File
@@ -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