add meta tags

This commit is contained in:
VDawg 2023-11-14 15:19:35 +01:00
parent 8c61f5fbe1
commit 672096e509
4 changed files with 22 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width" />
<!-- ! Remember to remove this once done -->
<meta name="robots" content="noindex" />
<meta property="og:image" content="/imgs/og-img.png" />
<style></style>
%sveltekit.head%
</head>

View File

@ -10,11 +10,6 @@
export let data
</script>
<svelte:head>
<title>Hyprland</title>
<meta name="description" content="Hyprland - Dynamic tiling Wayland compositor with the looks." />
</svelte:head>
<Hero backgroundData={data.backgroundData} />
<div class="-mt-8 flex flex-col items-center gap-20 md:gap-[16rem]">
@ -31,5 +26,15 @@
<InstallSlice />
</div>
<svelte:head>
<title>Hyprland</title>
<meta name="description" content="Hyprland - Dynamic tiling Wayland compositor with the looks." />
<meta
property="og:description"
content="Hyprland - Dynamic tiling Wayland compositor with the looks."
/>
<meta property="og:title" content="Hyprland: Dynamic tiling window compositor with the looks" />
</svelte:head>
<style>
</style>

View File

@ -123,6 +123,16 @@
</Contest>
</section>
<svelte:head>
<title>Wall of Fame</title>
<meta name="description" content="The winners from Hyprlands rice contests" />
<meta property="og:title" content="Hyprland's Wall of Fame" />
<meta
property="og:description"
content="The chronicles of the triumphant from bygone rice contests held within our Discord"
/>
</svelte:head>
<style lang="postcss">
section {
@apply relative flex min-h-screen flex-col items-center justify-center gap-14 overflow-hidden;

BIN
static/imgs/og-img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB