From 16a2cfed4956f4e4b61804ebd92c9cc5e8643fb2 Mon Sep 17 00:00:00 2001 From: David Wales Date: Wed, 18 Mar 2015 10:27:02 +1100 Subject: [PATCH] Change format from all caps to strong. --- 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 e833a682..aee1498d 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. Note that the variable parameter is **not** surrounded with the usual Liquid curly brackets: {% highlight ruby %} {% raw %}{% include footer.html param="value" variable-param=page.variable %}{% endraw %}