paginate - Liquid Filter Reference
On this page
Description
Gets the first page of a Paginated collection with the supplied size
| Property | Value |
|---|---|
| Return Type | list |
| Category | collections |
Examples
liquid
{{ collection | paginate: 5 | join: "," }}
Output: a,b,c,d,e