We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66bf4c commit ef81024Copy full SHA for ef81024
src/lib/layout/Page.svelte
@@ -3,7 +3,7 @@
3
</script>
4
5
<svelte:head>
6
- <title>user@site:~/{title.toLowerCase().split(' ').join('-')}</title>
+ <title>~/{title.toLowerCase().split(' ').join('-')}</title>
7
</svelte:head>
8
<section
9
class="flex flex-grow flex-col max-w-[95%] md:max-w-[90%] m-auto py-5 text-lg text-white justify-center text-center gap-5 {$$props.class ??
static/favicon.png
-842 Bytes
0 commit comments