Fix typo in docs

Closes #636
This commit is contained in:
Vincent Prouillet 2019-03-25 23:15:51 +01:00
parent 5d695d7ce8
commit 50caf1c90c
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## 0.6.0 (unreleased)
## 0.6.0 (2019-03-25)
### Breaking
- `earlier/later` and `lighter/heavier` are not set anymore on pages when rendering

View file

@ -142,7 +142,7 @@ the value should be the same as the one in the front-matter, not the slugified v
Gets the whole taxonomy of a specific kind.
```jinja2
{% set categories = get_taxonomy_url(kind="categories") %}
{% set categories = get_taxonomy(kind="categories") %}
```
### `load_data`