mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-02-03 21:09:49 +01:00
pages: add descriptions and unify titles
This commit is contained in:
parent
dfa9f7557a
commit
cc6a502303
4 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue