pages: add descriptions and unify titles

This commit is contained in:
Vaxry 2025-01-06 12:36:53 +01:00
parent dfa9f7557a
commit cc6a502303
4 changed files with 16 additions and 4 deletions

View file

@ -43,7 +43,7 @@
</section>
<svelte:head>
<title>Hall of Fame</title>
<title>Hall of Fame | Hyprland</title>
<meta name="description" content="The winners from Hyprlands rice contests" />
<meta property="og:title" content="Hyprland's Hall of Fame" />
<meta

View file

@ -9,7 +9,7 @@
</script>
<svelte:head>
<title>{data.meta.title}</title>
<title>{data.meta.title} | Hyprland</title>
<meta property="og:type" content="article" />
<meta property="og:title" content={data.meta.title} />
</svelte:head>

View file

@ -31,7 +31,13 @@
</script>
<svelte:head>
<title>{'Plugins'}</title>
<title>{'Plugins | Hyprland'}</title>
<meta name="description" content="Plugins for Hyprland" />
<meta property="og:title" content="Plugins for Hyprland" />
<meta
property="og:description"
content="An official list of plugins for Hyprland"
/>
</svelte:head>
<section

View file

@ -9,7 +9,13 @@
</script>
<svelte:head>
<title>{'Donate to Hyprland'}</title>
<title>{'Donate | Hyprland'}</title>
<meta name="description" content="Support Hyprland Development" />
<meta property="og:title" content="Donate to Hyprland" />
<meta
property="og:description"
content="Support the continuation of Hyprland Development"
/>
</svelte:head>
<section