Skip to content

Commit b73468b

Browse files
committed
Merge pull request #23 from SergioRibera/main
Social Media Preview
2 parents 4a3600e + 865ba81 commit b73468b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,19 @@
33
<head>
44
<meta charset="utf-8" />
55
<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">
611
<link data-trunk rel="rust" data-wasm-opt="z" />
712
<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+
/>
819
<link
920
data-trunk
1021
rel="copy-file"

public/preview_concept.png

74 KB
Loading

src/components/hero.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ pub fn Hero() -> impl IntoView {
1111
"Acá le pegamos a la rústica bien recio",
1212
"⚡ Blazingly fast ⚡ 🚀🚀🚀 Super fast 🔥🔥🔥🔥 pero ahora en español!!",
1313
"Si te falla va ser de forma segura 😉",
14-
"Furrificando..."
14+
"Furrificando...",
1515
];
1616

1717
let sloganToShow = slogans.choose(&mut rand::thread_rng()).unwrap();
1818

19-
2019
view! {
2120
<section class="w-full flex flex-col">
2221
<Header/>

0 commit comments

Comments
 (0)