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,