Add raw tags to prevent template rendering (#6179)
Merge pull request 6179
This commit is contained in:
parent
374de56062
commit
17c888dcab
|
@ -310,7 +310,7 @@ you specified in your `_config.yml` (if present) and the following information:
|
|||
when iterating through <code>site.collections</code> as you may need to
|
||||
filter it out.</p>
|
||||
<p>You may wish to use filters to find your collection:
|
||||
<code>{{ site.collections | where: "label", "myCollection" | first }}</code></p>
|
||||
<code>{% raw %}{{ site.collections | where: "label", "myCollection" | first }}{% endraw %}</code></p>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue