Add raw tags to prevent template rendering (#6179)

Merge pull request 6179
This commit is contained in:
Adam Voss 2017-06-25 13:00:01 -05:00 committed by jekyllbot
parent 374de56062
commit 17c888dcab
1 changed files with 1 additions and 1 deletions

View File

@ -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 when iterating through <code>site.collections</code> as you may need to
filter it out.</p> filter it out.</p>
<p>You may wish to use filters to find your collection: <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> </div>