]> git.r.bdr.sh - rbdr/page/blobdiff - src/file_handler/file_strategies/layout.rs
Remove clang from page
[rbdr/page] / src / file_handler / file_strategies / layout.rs
index bac105994c3280abe39cea202f0d29af054317ae..f51bf7a91ae6b9158e03a13723849f14c11f05fc 100644 (file)
@@ -20,5 +20,8 @@ impl FileHandlerStrategy for Strategy {
         }
     }
 
-    fn handle(&self, _file: &File) {}
+    // We don't implement handling for layout, as we assume there's only one
+    // and it got handled before.
+    fn handle_html(&self, _s: &PathBuf, _d: &PathBuf,  _f: &File, _l: &String) {}
+    fn handle_gemini(&self, _s: &PathBuf, _d: &PathBuf, _f: &File) {}
 }