zola/components/templates/src
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
..
builtins Fix tests + rustfmt 2020-04-22 10:07:17 +02:00
global_fns Fix panic in load_data(url=%s) (#1036) 2020-05-25 09:25:41 +02:00
filters.rs Enable strikethrough in markdown filter 2020-02-28 08:17:01 +01:00
lib.rs Support and default to generating Atom feeds 2020-04-14 17:27:08 +05:30