Skip to content
Log in

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

Was this article helpful?

Was this article helpful?