]> git.r.bdr.sh - rbdr/page/blobdiff - src/file_handler/file_strategies/layout.rs
Generate gemini and html separately
[rbdr/page] / src / file_handler / file_strategies / layout.rs
index 21ce9ba66aa4f520cfc6c2fd804bf6ef66c5fc40..f51bf7a91ae6b9158e03a13723849f14c11f05fc 100644 (file)
@@ -22,5 +22,6 @@ impl FileHandlerStrategy for Strategy {
 
     // 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) {}
+    fn handle_html(&self, _s: &PathBuf, _d: &PathBuf,  _f: &File, _l: &String) {}
+    fn handle_gemini(&self, _s: &PathBuf, _d: &PathBuf, _f: &File) {}
 }