zola/components/rendering/src
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
..
content.pest Rename all occurrences of gutenberg to zola in code 2018-10-18 22:50:06 +02:00
context.rs rustfmt 2018-10-31 08:18:57 +01:00
lib.rs Fix shortcodes <-> markdown indentation 2018-11-16 18:19:38 +01:00
markdown.rs add id to continue reading p tag (#577) 2019-01-07 19:20:19 +01:00
shortcode.rs Render the theme template files if present 2019-01-19 18:06:51 +01:00
table_of_contents.rs rustfmt 2018-10-31 08:18:57 +01:00