mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
edited documentation for include tag
This commit is contained in:
@@ -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
|
||||
<code>{% raw %}{% include {{my_variable}} %}{% endraw %}</code>.
|
||||
|
||||
Note that unlike usual liquid variable syntax, you cannot have spaces inside the curly braces.
|
||||
<code>{% raw %}{% include {{ my_variable }} %}{% endraw %}</code>.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user