Skip to content

Commit

Permalink
Escape Liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Feb 24, 2017
1 parent 32d1808 commit 027b28a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_docs/10-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down Expand Up @@ -176,15 +176,15 @@ 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] %}
<h2 id="{{ tag | slugify }}" class="archive__subtitle">{{ tag }}</h2>
{% for post in posts %}
{% include archive-single.html %}
{% endfor %}
{% endfor %}
{% endfor %}{% endraw %}
```

### Home Page
Expand Down

0 comments on commit 027b28a

Please sign in to comment.