- fn handle(&self, source: &PathBuf, destination: &PathBuf, file: &File);
+ fn handle_html(&self, source: &PathBuf, destination: &PathBuf, file: &File, layout: &String);
+ fn handle_gemini(&self, source: &PathBuf, destination: &PathBuf, file: &File);