mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
hide title description on pagination
This commit is contained in:
parent
3a1a65b561
commit
d5c8e04e80
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ fn index(
|
|||
t.push_str(S)
|
||||
}
|
||||
t.push_str(&meta.title);
|
||||
if let Some(ref description) = meta.description {
|
||||
if let Some(ref description) = meta.description && page.is_none_or(|p| p == 1) {
|
||||
t.push_str(S);
|
||||
t.push_str(description)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue