zola/components/site/tests
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
..
common.rs Add translations to page/sections 2019-01-04 20:31:31 +01:00
site.rs Render the theme template files if present 2019-01-19 18:06:51 +01:00
site_i18n.rs Add multilingual taxonomies 2019-01-07 21:03:34 +01:00