From b02342312b9f6ae22977a452a3bcbbbc0505ab16 Mon Sep 17 00:00:00 2001 From: David Wales Date: Wed, 18 Mar 2015 11:52:22 +1100 Subject: [PATCH] Change phrase 'variable parameter' --- site/_docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/templates.md b/site/_docs/templates.md index aee1498d..3e4cd8d0 100644 --- a/site/_docs/templates.md +++ b/site/_docs/templates.md @@ -286,7 +286,7 @@ root of your source directory. This will embed the contents of

-You can also pass parameters to an include. Note that the variable parameter is **not** surrounded with the usual Liquid curly brackets: +You can also pass parameters to an include. Omit the quotation marks to send a variable's value. Liquid curly brackets should not be used here: {% highlight ruby %} {% raw %}{% include footer.html param="value" variable-param=page.variable %}{% endraw %}