fix: fix image name

This commit is contained in:
TheClashFruit 2024-01-12 22:07:10 +01:00
parent 1b2636bdfa
commit 2b591ac350
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

@ -19,7 +19,7 @@
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_UK" />
<meta property="og:url" content="https://theclashfruit.page" />
<meta property="og:image" content="https://theclashfruit.page/img/social_image.png" />
<meta property="og:image" content="https://theclashfruit.page/img/social_card.png" />
<meta property="og:description" content="Host your static pages." />
<meta name="twitter:card" content="summary_large_image" />
@ -27,7 +27,7 @@
<meta property="twitter:url" content="https://theclashfruit.page" />
<meta name="twitter:title" content="TheClashFruit's Forgejo &bull; Pages" />
<meta name="twitter:description" content="Host your static pages." />
<meta name="twitter:image" content="https://theclashfruit.page/img/social_image.png" />
<meta name="twitter:image" content="https://theclashfruit.page/img/social_card.png" />
<link rel="stylesheet" href="css/style.css" />
</head>