mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
add Search suffix to the search page titles
This commit is contained in:
parent
97ac3d9dce
commit
a0a5610f9b
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ fn index(
|
||||||
let mut t = String::new();
|
let mut t = String::new();
|
||||||
if let Some(q) = search && !q.is_empty() {
|
if let Some(q) = search && !q.is_empty() {
|
||||||
t.push_str(q);
|
t.push_str(q);
|
||||||
|
t.push_str(S);
|
||||||
|
t.push_str("Search");
|
||||||
t.push_str(S)
|
t.push_str(S)
|
||||||
}
|
}
|
||||||
if let Some(p) = page && p > 1 {
|
if let Some(p) = page && p > 1 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue