mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix union description
This commit is contained in:
@@ -36,7 +36,7 @@ Given two arrays (or slices) A and B, this function will return a new array that
|
||||
```
|
||||
|
||||
|
||||
This is also very useful to use as `AND` filters when combined with where:
|
||||
This is also very useful to use as `OR` filters when combined with where:
|
||||
|
||||
```html
|
||||
{{ $pages := where .Site.RegularPages "Type" "not in" (slice "page" "about") }}
|
||||
|
||||
Reference in New Issue
Block a user