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:
		
							parent
							
								
									6968a5b02c
								
							
						
					
					
						commit
						60555999db
					
				| @ -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 Tom Alexander
						Tom Alexander