Fix a typo

This commit is contained in:
David Barragán Merino 2016-04-03 20:24:31 +02:00
parent ff12785fd6
commit 99c777e7bc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ query. If no such record can be produced, `None` is returned.
## Example
```html+jinja
{% first_visible = this.children.first() %}
{% set first_visible = this.children.first() %}
{% if first_visible %}
<h2>Explore More ...</h2>
<p>{{ first_visible.title }}