zola/components
Chris Morgan cc01d3f82f Make live reload work with missing </body>
The HTML spec doesn’t require it, and I prefer to omit it. This has been
bothering me for ages, but I hadn’t gotten round to fixing it yet.

This can cause nominally invalid HTML to be emitted, if `</body>` was
omitted but `</html>` was present, but that’s unlikely to happen, and
this is for development purposes only, and the right thing will happen
anyway in all environments (per browser behaviour and spec).

I don’t think this warrants a changelog entry.
2020-04-14 17:27:08 +05:30
..
config Fail if a language is set both in config.default_languages and config.languages 2020-03-31 02:15:58 +02:00
errors chmod -x a couple of files that needed it 2020-04-14 17:27:08 +05:30
front_matter Format code using cargo fmt (#896) 2020-02-02 17:48:43 -08:00
imageproc Update image to 0.23 2020-02-10 20:48:52 +01:00
library Pass lang to taxonomy list template 2020-03-25 20:05:10 +01:00
link_checker Fix link checker not checking for capital id/name 2020-03-25 19:54:24 +01:00
rebuild Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
rendering One last deps update 2020-02-16 19:17:41 +01:00
search Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
site Make live reload work with missing </body> 2020-04-14 17:27:08 +05:30
templates Add an optionnal lang parameter to get_url (#982) 2020-04-12 19:23:17 +02:00
utils Preserve timestamps when copying files (#974) (#983) 2020-04-04 11:05:24 +02:00