fix link formatting

This commit is contained in:
Shaina Raskas
2022-10-18 16:04:14 -04:00
parent 2f8dc74f95
commit 99a59e39d8
+1 -1
View File
@@ -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