zola/components/utils
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
..
src Render the theme template files if present 2019-01-19 18:06:51 +01:00
test-files CSV and TOML loading global functions (#379) 2018-10-18 17:32:30 +02:00
test-templates Fix theme shortcode not being useable 2018-03-28 21:09:08 +02:00
Cargo.toml Fix load_toml date handling and fix bug in date conversion 2018-11-01 10:36:19 +01:00