We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7484de commit 08473ecCopy full SHA for 08473ec
src/components/head_information.rs
@@ -49,7 +49,7 @@ pub fn HeadInformation() -> impl IntoView {
49
50
<Meta name="og:image" content=format!("https://rustlang-es.org/{preview}")/>
51
<Meta name="twitter:image" content=format!("https://rustlang-es.org/{preview}")/>
52
- <Link rel="canonical" href=format!("https://www.rustlang-es.org{}", path)/>
+ <Link rel="canonical" href=format!("https://rustlang-es.org{}", path)/>
53
</>
54
}
55
0 commit comments