mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 01:40:42 -07:00
fix link formatting
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ A template can be rendered once for each value of an enumerable object by using
|
||||
|
||||
In the example above, the template will be rendered once for each variant of the product, and the `variant` variable will hold a different product variant object for each iteration.
|
||||
|
||||
When using the `for` parameter, the [`forloop`](({{ "/tags/iteration/#forloop-object" | prepend: site.baseurl }})) object is accessible within the rendered template.
|
||||
When using the `for` parameter, the [`forloop`]({{ "/tags/iteration/#forloop-object" | prepend: site.baseurl }}) object is accessible within the rendered template.
|
||||
|
||||
## include
|
||||
|
||||
|
||||
Reference in New Issue
Block a user