A little app to serve my photography from my personal website

fix template autoreload

ericwood.org f4796979 3f09342f

Waiting for spindle ...
+3
+3
src/templates.rs
··· 20 20 if should_autoreload { 21 21 let template_path = Path::new("templates"); 22 22 notifier.watch_path(template_path, true); 23 + 24 + let views_path = Path::new("src/views"); 25 + notifier.watch_path(views_path, true); 23 26 } 24 27 env.add_function("url_escape", url_escape); 25 28 env.add_function("inline_style", inline_style);