mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-07 03:35:24 +00:00
feat(web): add title
This commit is contained in:
parent
f3d6877e71
commit
0759c90bfd
@ -3,6 +3,10 @@
|
|||||||
import { Toaster } from "$lib/components/ui/sonner";
|
import { Toaster } from "$lib/components/ui/sonner";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>memos</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<Toaster />
|
<Toaster />
|
||||||
|
|
||||||
<div class="max-w-screen-2xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div class="max-w-screen-2xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
|
@ -257,6 +257,10 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>memos {searchString ? `- ${searchString}` : ''}</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<svelte:window on:keydown={handleKeydown} />
|
<svelte:window on:keydown={handleKeydown} />
|
||||||
|
|
||||||
<header
|
<header
|
||||||
|
Loading…
x
Reference in New Issue
Block a user