Add meta description tags

This commit is contained in:
Elara 2022-12-21 11:16:15 -08:00
parent f18b76424e
commit 42469e9ef8
4 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<svelte:head>
<title>Home | LURE Web</title>
<meta name="description" content="LURE Web home page">
{@html agate}
</svelte:head>

View File

@ -27,6 +27,7 @@
<svelte:head>
<title>{$page.params.name} Package | LURE Web</title>
<meta name="description" content="Information about the {$page.params.name} LURE package.">
</svelte:head>
<Header/>

View File

@ -19,6 +19,7 @@
<svelte:head>
<title>{$page.params.name} Build Script | LURE Web</title>
<meta name="description" content="The build script for the {$page.params.name} LURE package.">
{@html agate}
</svelte:head>

View File

@ -47,6 +47,7 @@
<svelte:head>
<title>Package Search | LURE Web</title>
<meta name="description" content="Search for LURE packages">
</svelte:head>
<Header/>