zola/components/site
Nicolas Pochet b65979fac7
Render the theme template files if present
* Change the behavior of the template rendering:
    * Check if the template bare name is present
    * Check if the template is part of a theme
    * Fallback to defaults
* Change the behavior of the shortcode rendering:
    * Call the template rendering function
* Prepend `__zola_builtins/` to most of the default elements in `ZOLA_TERA`
* Add a test to verify the presence and content of a `404.html` page
from a theme's template
2019-01-19 18:06:51 +01:00
..
benches rustfmt 2018-10-31 08:18:57 +01:00
src More early tera fns and mention limitation of shortcodes in docs 2019-01-17 18:29:18 +01:00
tests Render the theme template files if present 2019-01-19 18:06:51 +01:00
Cargo.toml Cleanup of slotmap impl 2018-10-05 19:46:04 +02:00