We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661ce7f commit 11a02dbCopy full SHA for 11a02db
docs/layouts.md
@@ -17,6 +17,8 @@ This attribute contains a simple string indicating the type of the layout being
17
18
### Sample layouts
19
#### Tag and category layout
20
+
21
+<!-- {% raw %} -->
22
```html
23
<h1>Archive of posts with {{ page.type }} '{{ page.title }}'</h1>
24
<ul class="posts">
@@ -70,3 +72,4 @@ This attribute contains a simple string indicating the type of the layout being
70
72
{% endfor %}
71
73
</ul>
74
```
75
+<!-- {% endraw %} -->
0 commit comments