// We don't implement handling for layout, as we assume there's only one
// and it got handled before.
- fn handle(&self, _s: &PathBuf, _d: &PathBuf, _f: &File, _l: &String) {}
+ fn handle_html(&self, _s: &PathBuf, _d: &PathBuf, _f: &File, _l: &String) {}
+ fn handle_gemini(&self, _s: &PathBuf, _d: &PathBuf, _f: &File) {}
}