Skip to content

Commit 7084465

Browse files
authored
Merge pull request #28 from Lemin-n/main
Adding OG and Twitter meta
2 parents fb5cc41 + 5996e6a commit 7084465

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

Diff for: index.html

+22-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,30 @@
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" />
6+
<meta property="og:site_name" content="Rust Lang en Español" />
7+
<meta property="og:title" content="Bienvenidos a Rust Lang en Español" />
8+
<meta
9+
property="og:description"
10+
content="Somos una comunidad de Rust hispana, buscamos la promoción del lenguaje de programación Rust."
11+
/>
712
<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">
13+
<meta
14+
property="og:image"
15+
content="https://rustlanges.github.io/preview_concept.png"
16+
/>
17+
<meta
18+
property="twitter:image"
19+
content="https://rustlanges.github.io/preview_concept.png"
20+
/>
21+
<meta name="twitter:card" content="summary_large_image" />
22+
<meta name="twitter:site" content="@rustlang" />
1123
<link data-trunk rel="rust" data-wasm-opt="z" />
12-
<link data-trunk rel="icon" type="image/ico" href="/public/LogoSegunMichael.ico" />
24+
<link
25+
data-trunk
26+
rel="icon"
27+
type="image/ico"
28+
href="/public/LogoSegunMichael.ico"
29+
/>
1330
<link
1431
data-trunk
1532
rel="copy-file"

0 commit comments

Comments
 (0)