Add title and description to placeholder pages
This commit is contained in:
parent
b1a2471841
commit
ab0346b95c
3 changed files with 14 additions and 1 deletions
src/routes/about
|
@ -0,0 +1,4 @@
|
|||
<svelte:head>
|
||||
<title>About</title>
|
||||
<meta name="description" content="Information about this Website">
|
||||
</svelte:head>
|
Loading…
Add table
Add a link
Reference in a new issue