uniq - Liquid Filter Reference
On this page
Description
Removes any duplicate items in an list.
| Property | Value |
|---|---|
| Return Type | list |
| Category | lists |
Examples
liquid
{{ insects | uniq | join: ", " }}
Output: ants, bugs, bees
Type at least 3 characters · ↵ for full results · Esc to close
Removes any duplicate items in an list.
| Property | Value |
|---|---|
| Return Type | list |
| Category | lists |
liquid
{{ insects | uniq | join: ", " }}
Output: ants, bugs, bees