mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
apply page suffix only for pages > 1
This commit is contained in:
parent
bc28d3852e
commit
808b871549
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ fn index(
|
|||
t.push_str(S);
|
||||
t.push_str(description)
|
||||
}
|
||||
if let Some(p) = page {
|
||||
if let Some(p) = page && p > 1 {
|
||||
t.push_str(S);
|
||||
t.push_str(&format!("Page {p}"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue