From 2aa473dd82f31b540ed211a217c13e1b08a9678b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 24 Feb 2017 15:24:02 -0500 Subject: [PATCH] Escape Liquid --- docs/_docs/10-layouts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_docs/10-layouts.md b/docs/_docs/10-layouts.md index 4fabef0d..3213cde7 100644 --- a/docs/_docs/10-layouts.md +++ b/docs/_docs/10-layouts.md @@ -7,7 +7,7 @@ single_layout_gallery: alt: "single layout with header example" - image_path: /assets/images/mm-layout-single-meta.png alt: "single layout with comments and related posts" -modified: 2017-01-24T10:52:47-05:00 +modified: 2017-02-24T15:23:34-05:00 --- {% include toc icon="columns" title="Included Layouts" %} @@ -176,7 +176,7 @@ title: "Posts by Tags" author_profile: true --- -{% include group-by-array collection=site.posts field="tags" %} +{% raw %}{% include group-by-array collection=site.posts field="tags" %} {% for tag in group_names %} {% assign posts = group_items[forloop.index0] %} @@ -184,7 +184,7 @@ author_profile: true {% for post in posts %} {% include archive-single.html %} {% endfor %} -{% endfor %} +{% endfor %}{% endraw %} ``` ### Home Page