Releases: audreyfeldroy/complexity
Releases · audreyfeldroy/complexity
Depend on Jinja2 >= 2.4, not == 2.7.
Patch release to allow for more flexibility with Jinja2 version. For example, some people install this globally and already have Jinja2 2.7.1.
Multi-level template directories
- Support for multi-level template directories.
- Skip non-HTML files in
templates/rather than raisingNonHTMLFileException.
Root assets & better API.
- Improved static site generation API - better parameters are used.
- Files in the root of
assets/(or the asset directory) now get copied over to the output. - Much more documentation.