From 99a59e39d81a9b1598aa570351ed88b0f2b251f4 Mon Sep 17 00:00:00 2001 From: Shaina Raskas Date: Tue, 18 Oct 2022 16:04:14 -0400 Subject: [PATCH] fix link formatting --- _tags/template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tags/template.md b/_tags/template.md index 08d829e7..0db116cd 100644 --- a/_tags/template.md +++ b/_tags/template.md @@ -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