parent
5d695d7ce8
commit
50caf1c90c
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.6.0 (unreleased)
|
## 0.6.0 (2019-03-25)
|
||||||
|
|
||||||
### Breaking
|
### Breaking
|
||||||
- `earlier/later` and `lighter/heavier` are not set anymore on pages when rendering
|
- `earlier/later` and `lighter/heavier` are not set anymore on pages when rendering
|
||||||
|
|
|
@ -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.
|
Gets the whole taxonomy of a specific kind.
|
||||||
|
|
||||||
```jinja2
|
```jinja2
|
||||||
{% set categories = get_taxonomy_url(kind="categories") %}
|
{% set categories = get_taxonomy(kind="categories") %}
|
||||||
```
|
```
|
||||||
|
|
||||||
### `load_data`
|
### `load_data`
|
||||||
|
|
Loading…
Reference in a new issue