feat: opengraph tags for social embeds

main
code913 2 years ago committed by GitHub
parent 0654b38ce5
commit 5b3862012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,10 +4,21 @@
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="/cursedcreations.png">
<link rel="shortcut icon" type="image/png" href="/cursedcreations.png">
<link rel="stylesheet" href="/reset.css">
<link rel="stylesheet" href="/theme.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta property="og:title" content="Cursed Creations">
<meta property="og:url" content="https://cursedcreationsteam.github.io">
<meta property="og:type" content="website">
<meta property="og:description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta property="og:image" content="/cursedcreations.png">
<meta property="twitter:card" content="summary">
<meta property="twitter:domain" content="cursedcreationsteam.github.io">
<meta property="twitter:url" content="https://cursedcreationsteam.github.io">
<meta name="twitter:description" content="Formerly Connection Terminated, we are a group of people dedicated to breaking Minecraft. Est 2020.">
<meta name="twitter:image" content="/cursedcreations.png">
%sveltekit.head%
</head>

Loading…
Cancel
Save