TEMP: Disable the css reset.

This is so I can develop the header without having any CSS written yet since the page is a mess without CSS.
This commit is contained in:
Tom Alexander 2023-12-17 14:04:19 -05:00
parent 6968a5b02c
commit 60555999db
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 6 additions and 6 deletions

View File

@ -23,12 +23,12 @@ pub(crate) fn convert_blog_post_page_to_render_context<D: AsRef<Path>, F: AsRef<
let output_directory = output_directory.as_ref();
let output_file = output_file.as_ref();
let css_files = vec![
get_web_path(
config,
output_directory,
output_file,
"stylesheet/reset.css",
)?,
// get_web_path(
// config,
// output_directory,
// output_file,
// "stylesheet/reset.css",
// )?,
get_web_path(config, output_directory, output_file, "stylesheet/main.css")?,
];
let js_files = vec![get_web_path(