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