File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
+ < meta property ="og:title " content ="Rust Lang en Español " />
7
+ < meta property ="og:url " content ="https://rustlanges.github.io " />
8
+ < meta property ="og:image " content ="https://rustlanges.github.io/preview_concept.png " />
9
+ < meta name ="twitter:card " content ="summary_large_image ">
10
+ < meta name ="twitter:site " content ="@rustlang ">
6
11
< link data-trunk rel ="rust " data-wasm-opt ="z " />
7
12
< link data-trunk rel ="icon " type ="image/ico " href ="/public/LogoSegunMichael.ico " />
13
+ < link
14
+ data-trunk
15
+ rel ="copy-file "
16
+ type ="image/png "
17
+ href ="/public/preview_concept.png "
18
+ />
8
19
< link
9
20
data-trunk
10
21
rel ="copy-file "
Original file line number Diff line number Diff line change @@ -11,12 +11,11 @@ pub fn Hero() -> impl IntoView {
11
11
"Acá le pegamos a la rústica bien recio" ,
12
12
"⚡ Blazingly fast ⚡ 🚀🚀🚀 Super fast 🔥🔥🔥🔥 pero ahora en español!!" ,
13
13
"Si te falla va ser de forma segura 😉" ,
14
- "Furrificando..."
14
+ "Furrificando..." ,
15
15
] ;
16
16
17
17
let sloganToShow = slogans. choose ( & mut rand:: thread_rng ( ) ) . unwrap ( ) ;
18
18
19
-
20
19
view ! {
21
20
<section class="w-full flex flex-col" >
22
21
<Header />
You can’t perform that action at this time.
0 commit comments