zola/components/site
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
..
benches Fix benchmarks (#901) 2020-02-02 17:48:43 -08:00
src Make live reload work with missing </body> 2020-04-14 17:27:08 +05:30
tests Change continue-reading to use a span with id instead of a named anchor in a paragraph (#941) 2020-02-07 21:07:10 +01:00
Cargo.toml Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00