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 %}