zola/components/templates
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
..
src Fix panic in load_data(url=%s) (#1036) 2020-05-25 09:25:41 +02:00
Cargo.toml Change get_url(cachebust=true) to use a hash (#1032) 2020-05-23 11:46:50 +02:00