web: add dynamic page titles

This commit is contained in:
wukko
2024-06-25 21:01:08 +06:00
parent 7b289bfb16
commit 635561394c
5 changed files with 30 additions and 0 deletions

View File

@@ -2,4 +2,10 @@
import Placeholder from "$components/misc/Placeholder.svelte";
</script>
<svelte:head>
<title>
cobalt: about
</title>
</svelte:head>
<Placeholder pageName="about" />