mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Updated Liquid for Designers (markdown)
+1
-1
@@ -249,7 +249,7 @@ forloop.index0 # => index of the current iteration (zero based)
|
||||
forloop.rindex # => how many items are still left?
|
||||
forloop.rindex0 # => how many items are still left? (zero based)
|
||||
forloop.first # => is this the first iteration?
|
||||
forloop.last # => is this the last iternation?
|
||||
forloop.last # => is this the last iteration?
|
||||
```
|
||||
|
||||
There are several attributes you can use to influence which items you receive in
|
||||
|
||||
Reference in New Issue
Block a user