- Add `toc` to the template context which provides a table of contents for the markdown.
0.17.0
- Fix bug with relative URLs when generating `sitemap.xml` - Automatic generation of `rss.xml` file
0.16.1
- Create `COLTRANE_SITE` setting in `.env` file during `create` command
0.16.0
- Output an error if rendering fails during `record` command - `include_md` template tag - `parent` filter - Serving of `/sitemap.xml` for standalone - Automatic creation of `sitemap.xml` during `record` command
**Breaking changes**
- `COLTRANE_SITE` is required in .env file
0.15.1
- Include all frontmatter metadata in `directory_contents` template tag output - Parse `date` frontmatter into `datetime` - Parse `draft` frontmatter into `boolean`
0.15.0
- [`directory_contents`](template-tags.md) template tag - Add [`django-fastdev`](https://github.com/boxed/django-fastdev) for more immediate feedback when an invalid template variable is used - Show error message if a markdown file cannot be output to HTML - Fix bug where `index.md` files in a sub-directory were not output correctly