Add title tags

This commit is contained in:
Elara 2022-12-21 11:09:29 -08:00
parent 18cf85ee9d
commit f18b76424e
4 changed files with 10 additions and 0 deletions

View File

@ -39,6 +39,7 @@
</script>
<svelte:head>
<title>Home | LURE Web</title>
{@html agate}
</svelte:head>

View File

@ -25,6 +25,10 @@
}
</script>
<svelte:head>
<title>{$page.params.name} Package | LURE Web</title>
</svelte:head>
<Header/>
<section class="container">

View File

@ -18,6 +18,7 @@
</script>
<svelte:head>
<title>{$page.params.name} Build Script | LURE Web</title>
{@html agate}
</svelte:head>

View File

@ -45,6 +45,10 @@
}
</script>
<svelte:head>
<title>Package Search | LURE Web</title>
</svelte:head>
<Header/>
<section class="container">