Fixed typo in the example code of the query method.
This commit is contained in:
parent
a9668698c6
commit
a5fb11727f
|
@ -17,7 +17,7 @@ and will also include hidden pages.
|
||||||
|
|
||||||
```html+jinja
|
```html+jinja
|
||||||
<ul>
|
<ul>
|
||||||
{% for project in site.query('/projects') %]
|
{% for project in site.query('/projects') %}
|
||||||
<li>{{ project.name }}: {{ project.year }}
|
<li>{{ project.name }}: {{ project.year }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue