diff --git a/src/main.rs b/src/main.rs index e02f482..f8a9e4f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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) }