From 412fe8b8deee006114fa81308717b028beacc789 Mon Sep 17 00:00:00 2001 From: Jens Nazarenus Date: Thu, 19 Dec 2013 18:29:40 +0100 Subject: [PATCH] edited documentation for include tag --- site/docs/templates.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/docs/templates.md b/site/docs/templates.md index 7cf2a865..67b30123 100644 --- a/site/docs/templates.md +++ b/site/docs/templates.md @@ -209,9 +209,7 @@ root of your source directory. This will embed the contents of The name of the file you wish to embed can be literal (as in the example above), or you can use a variable, using liquid-like variable syntax as in - {% raw %}{% include {{my_variable}} %}{% endraw %}. - - Note that unlike usual liquid variable syntax, you cannot have spaces inside the curly braces. + {% raw %}{% include {{ my_variable }} %}{% endraw %}.