Skip to content

Commit

Permalink
Add raw tags to prevent template rendering (#6179)
Browse files Browse the repository at this point in the history
Merge pull request 6179
  • Loading branch information
adamvoss authored and jekyllbot committed Jun 25, 2017
1 parent 374de56 commit 17c888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/collections.md
Expand Up @@ -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>


Expand Down

0 comments on commit 17c888d

Please sign in to comment.