This commit is contained in:
@ -98,4 +98,9 @@ fn main() {
|
||||
|
||||
fs::write(&format!("output/{law_name}.html"), &site).expect("Unable to write file");
|
||||
}
|
||||
let style = fs::read_to_string("templates/style.css").unwrap();
|
||||
fs::write(&format!("output/style.css"), &style).expect("Unable to write file");
|
||||
|
||||
let style = fs::read_to_string("templates/pico.min.css").unwrap();
|
||||
fs::write(&format!("output/pico.min.css"), &style).expect("Unable to write file");
|
||||
}
|
||||
|
Reference in New Issue
Block a user