Skip to content

Commit 11a02db

Browse files
committed
Escape Liquid constructs in documentation
Resolves #141
1 parent 661ce7f commit 11a02db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/layouts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This attribute contains a simple string indicating the type of the layout being
1717

1818
### Sample layouts
1919
#### Tag and category layout
20+
21+
<!-- {% raw %} -->
2022
```html
2123
<h1>Archive of posts with {{ page.type }} '{{ page.title }}'</h1>
2224
<ul class="posts">
@@ -70,3 +72,4 @@ This attribute contains a simple string indicating the type of the layout being
7072
{% endfor %}
7173
</ul>
7274
```
75+
<!-- {% endraw %} -->

0 commit comments

Comments
 (0)