mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user