added cookie notice page and removed some garden things
This commit is contained in:
@@ -1,18 +1,6 @@
|
||||
<script lang="ts">
|
||||
import BannerTitleAlt from "$lib/banner-title-alt.svelte";
|
||||
import Content from "$lib/content.svelte";
|
||||
import LinkList, { type LinkEntry } from "$lib/link-list.svelte";
|
||||
|
||||
let links: LinkEntry[] = [
|
||||
{
|
||||
text: "Music I Like",
|
||||
link: "music",
|
||||
},
|
||||
{
|
||||
text: "Recipes",
|
||||
link: "recipes",
|
||||
},
|
||||
]
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
@@ -26,6 +14,5 @@
|
||||
/>
|
||||
|
||||
<Content>
|
||||
<p>work in progress! but some subpages already exist:</p>
|
||||
<LinkList entries={links}></LinkList>
|
||||
<p>work in progress! and due to be remade.</p>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user