From 17c888dcab755f977f4b2940937f6260b645da75 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Sun, 25 Jun 2017 13:00:01 -0500 Subject: [PATCH] Add raw tags to prevent template rendering (#6179) Merge pull request 6179 --- docs/_docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index 43ff533f..6114e08e 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -310,7 +310,7 @@ you specified in your `_config.yml` (if present) and the following information: when iterating through site.collections as you may need to filter it out.

You may wish to use filters to find your collection: - {{ site.collections | where: "label", "myCollection" | first }}

+ {% raw %}{{ site.collections | where: "label", "myCollection" | first }}{% endraw %}