Skip to content

Commit 05ef12d

Browse files
committed
add og card
1 parent 145a9a1 commit 05ef12d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

public/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@
99
name="description"
1010
content="Web site created using create-react-app"
1111
/>
12+
13+
<!-- Facebook Meta Tags -->
14+
<meta property="og:url" content="https://archlinuxstudio.github.io" />
15+
<meta property="og:type" content="website" />
16+
<meta property="og:title" content="ArchLinuxStudio Official Website" />
17+
<meta property="og:description" content="So it's free as in freedom." />
18+
<meta
19+
property="og:image"
20+
content="https://avatars.githubusercontent.com/u/17615884?s=400&amp;v=4"
21+
/>
22+
<meta property="og:site_name" content="ArchLinuxStudio" />
23+
24+
<!-- Twitter Meta Tags -->
25+
<meta name="twitter:card" content="summary" />
26+
<meta property="twitter:domain" content="archlinuxstudio.github.io" />
27+
<meta property="twitter:url" content="https://archlinuxstudio.github.io" />
28+
<meta name="twitter:title" content="ArchLinuxStudio Official Website" />
29+
<meta name="twitter:description" content="So it's free as in freedom" />
30+
<meta
31+
name="twitter:image"
32+
content="https://avatars.githubusercontent.com/u/17615884?s=400&amp;v=4"
33+
/>
34+
1235
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1336
<!--
1437
manifest.json provides metadata used when your web app is installed on a

0 commit comments

Comments
 (0)