Skip to content

Commit 1f08a9a

Browse files
committed
Add opengraph.
1 parent 42670be commit 1f08a9a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

gh-pages/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>CO2</title>
77
<link rel="stylesheet" href="style.css">
8+
9+
<!-- Open Graph metadata -->
10+
<meta property="og:type" content="website">
11+
<meta property="og:url" content="https://hkalbasi.github.io/co2/">
12+
<meta property="og:title" content="CO2">
13+
<meta property="og:description" content="C with Rust powers - A programming language backward compatible with C, with direct access to Rust ecosystem">
14+
<meta property="og:site_name" content="CO2">
815
</head>
916
<body>
1017
<h1 class="title">CO2</h1>

0 commit comments

Comments
 (0)