unshift - Liquid Filter Reference
On this page
Description
Adds an item to the beginning of an list
| Property | Value |
|---|---|
| Return Type | list |
| Category | lists |
Examples
liquid
{{ my_list | unshift: "99" | join: ", " }}
Output: 99, 1, 2, 3, 4, 5
Type at least 3 characters · ↵ for full results · Esc to close
Adds an item to the beginning of an list
| Property | Value |
|---|---|
| Return Type | list |
| Category | lists |
liquid
{{ my_list | unshift: "99" | join: ", " }}
Output: 99, 1, 2, 3, 4, 5