diff --git a/src/main.rs b/src/main.rs index d20c238..54678d5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -319,7 +319,23 @@ fn list(state: &State, keyword: Option<&str>, page: Option) -> Result 1 + { + h.push_str(&format!("Page {p} • ")); + } + + h.push_str(&state.name); + h + })); if let Some(ref description) = state.description { b.push(format!("{description}\n"));