Add opengraph tags to index.html
parent
e01f7c533e
commit
01d6f94633
|
@ -4,7 +4,7 @@
|
|||
<3
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en" prefix="og: https://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
@ -14,6 +14,20 @@
|
|||
<link rel="stylesheet" href="/css/styles.css" />
|
||||
|
||||
<link rel="stylesheet" href="/inter/inter.css" />
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://char.lt" />
|
||||
<meta property="og:title" content="charlotte ✨" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="charlotte athena som — trans lesbian catgirl bunnygirl enby communist software dev"
|
||||
/>
|
||||
<meta property="og:image" content="https://char.lt/pfp.jpg" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:alt" content="charlotte's profile picture" />
|
||||
<meta property="og:image:width" content="1844" />
|
||||
<meta property="og:image:height" content="1801" />
|
||||
<meta property="og:site_name" content="char.lt" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue