Remove commeted out lines of code
All checks were successful
run check / cargo check (push) Successful in 3m49s
All checks were successful
run check / cargo check (push) Successful in 3m49s
This commit is contained in:
parent
8d09cac271
commit
b2354530c2
|
@ -1,6 +1,5 @@
|
||||||
use std::fs::read_to_string;
|
use std::fs::read_to_string;
|
||||||
mod config;
|
mod config;
|
||||||
// mod lib;
|
|
||||||
use mlem::*;
|
use mlem::*;
|
||||||
fn main() {
|
fn main() {
|
||||||
let config = config::read_config();
|
let config = config::read_config();
|
||||||
|
@ -12,5 +11,4 @@ fn main() {
|
||||||
write_to_fs(html, &config.output_dir, &file.file_name.into_string().unwrap());
|
write_to_fs(html, &config.output_dir, &file.file_name.into_string().unwrap());
|
||||||
}
|
}
|
||||||
|
|
||||||
// println!("{}", generate_blog_entry(markdown));
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue