mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
add meta tags
This commit is contained in:
parent
8c61f5fbe1
commit
672096e509
4 changed files with 22 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
BIN
static/imgs/og-img.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Loading…
Reference in a new issue