feat: add opengraph tags
This commit is contained in:
11
index.html
11
index.html
@@ -4,6 +4,17 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<meta property="og:title" content="pihkaal.me" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="French passionate, and self-taught developer."
|
||||||
|
/>
|
||||||
|
<meta property="og:image" content="https://i.imgur.com/8xRqYCS.png" />
|
||||||
|
<meta property="og:url" content="https://pihkaal.me" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta name="theme-color" content="#918cbb" />
|
||||||
|
|
||||||
<title>pihkaal</title>
|
<title>pihkaal</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user