From 60555999dbc7dc6a132918df28d35dfefd162d32 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 17 Dec 2023 14:04:19 -0500 Subject: [PATCH] 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. --- src/intermediate/convert.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/intermediate/convert.rs b/src/intermediate/convert.rs index 596a55c..f830fcf 100644 --- a/src/intermediate/convert.rs +++ b/src/intermediate/convert.rs @@ -23,12 +23,12 @@ pub(crate) fn convert_blog_post_page_to_render_context, 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(