zola/components
Stan Rozenraukh 8d32f8b3f3
Fix panic in load_data(url=%s) (#1036)
If there is no response from the server, `load_data` would panic
with: `response status`.

This patch removes the `expect` in favor of an error message that we
couldn't get a response from the server for a given url.
2020-05-25 09:25:41 +02:00
..
config Make path to config.toml independent from root dir (#1023) 2020-05-23 11:55:45 +02:00
errors Update syntect, using rust-onig with bindgen temporarily 2020-05-12 20:07:02 +02:00
front_matter WIP: add an 'updated' field to pages 2020-04-14 17:29:46 +05:30
imageproc Update image to 0.23 2020-02-10 20:48:52 +01:00
library WIP: add an 'updated' field to pages 2020-04-14 17:29:46 +05:30
link_checker Update syntect, using rust-onig with bindgen temporarily 2020-05-12 20:07:02 +02:00
rebuild Make path to config.toml independent from root dir (#1023) 2020-05-23 11:55:45 +02:00
rendering Wrap highlight code blocks with <code> (#1026) 2020-05-18 09:41:56 +02:00
search Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
site Make path to config.toml independent from root dir (#1023) 2020-05-23 11:55:45 +02:00
templates Fix panic in load_data(url=%s) (#1036) 2020-05-25 09:25:41 +02:00
utils Preserve timestamps when copying files (#974) (#983) 2020-04-04 11:05:24 +02:00