implement opengraph for main pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-05-14 03:42:29 +07:00
parent 823010d163
commit 7275c1ee40
2 changed files with 23 additions and 6 deletions

View file

@ -3,12 +3,22 @@
<head> <head>
<link rel="stylesheet" href="https://www.techtransthai.org/style.css"> <link rel="stylesheet" href="https://www.techtransthai.org/style.css">
<link rel="stylesheet" href="/overrides.css"> <link rel="stylesheet" href="/overrides.css">
<meta http-equiv="Content-Language" content="th"> <link rel="icon" type="image/webp" href="/icons/icon.webp">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Late Night Defender's profile"> <meta name="description" content="Get to know about me, my works and ways to contact.">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Late Night Defender's profile</title> <title>Late Night Defender's profile</title>
<link rel="icon" type="image/webp" href="/icons/icon.webp">
<!-- OpenGraph stuff -->
<meta property="og:title" content="Late Night Defender's profile">
<meta property="og:type" content="website">
<meta property="og:url" content="https://latenightdef.techtransthai.org/">
<meta property="og:image" content="/icons/avatar.webp">
<meta property="og:description" content="Get to know about me, my works and ways to contact.">
<!-- Verification stuff -->
<link rel="me" href="https://f-social.techtransthai.org/@latenightdef">
</head> </head>
<body> <body>

View file

@ -3,12 +3,19 @@
<head> <head>
<link rel="stylesheet" href="https://www.techtransthai.org/style.css"> <link rel="stylesheet" href="https://www.techtransthai.org/style.css">
<link rel="stylesheet" href="/overrides.css"> <link rel="stylesheet" href="/overrides.css">
<meta http-equiv="Content-Language" content="th"> <link rel="icon" type="image/webp" href="/icons/icon.webp">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Pongpeera Wongprasitthiporn's profile"> <meta name="description" content="Get to know about me, my works and ways to contact.">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pongpeera Wongprasitthiporn's profile</title> <title>Pongpeera Wongprasitthiporn's profile</title>
<link rel="icon" type="image/webp" href="/icons/icon.webp">
<!-- OpenGraph stuff -->
<meta property="og:title" content="Pongpeera Wongprasitthiporn's profile">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pongpeeraw.techtransthai.org/">
<meta property="og:image" content="/icons/pfp.webp">
<meta property="og:description" content="Get to know about me, my works and ways to contact.">
<!-- Verification stuff --> <!-- Verification stuff -->
<link rel="me" href="https://f-social.techtransthai.org/@latenightdef"> <link rel="me" href="https://f-social.techtransthai.org/@latenightdef">