From b888d27057eac0a46e7c8ea547b892d3ee14f86f Mon Sep 17 00:00:00 2001 From: Araozu Date: Thu, 28 Mar 2024 19:46:51 -0500 Subject: [PATCH] styles for sidebar --- src/pages/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/mod.rs b/src/pages/mod.rs index b99f3d1..af4dfc6 100644 --- a/src/pages/mod.rs +++ b/src/pages/mod.rs @@ -88,7 +88,7 @@ pub fn generate_pages_html(file_tree: &Node, current_path: &Path, config: &Confi if file.path == "index" { format!( "
  • - Index + Index
  • ", current_path.to_str().unwrap() ) @@ -97,7 +97,7 @@ pub fn generate_pages_html(file_tree: &Node, current_path: &Path, config: &Confi } else { format!( "
  • - {} + {}
  • ", current_path.to_str().unwrap(), file.path,