diff --git a/content/en/functions/where.md b/content/en/functions/where.md index 74e9b602b..29623c908 100644 --- a/content/en/functions/where.md +++ b/content/en/functions/where.md @@ -107,7 +107,7 @@ You can also put the returned value of the `where` clauses into a variable: Using `first` and [`where`][wherefunction] together can be very powerful. Below snippet gets a list of posts only from [**main -sections**][mainsections], sorts it using the [default +sections**](#mainsections), sorts it using the [default ordering](/templates/lists/) for lists (i.e., `weight => date`), and then ranges through only the first 5 posts in that list: