re-enable page titles

This commit is contained in:
Ruben Fiszel
2022-12-31 04:56:33 +01:00
parent 58a5889dc7
commit eb359b1a3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
%sveltekit.head%
</head>
<body class="outline-none focus:outline-none">
<body data-sveltekit-preload-code="viewport" data-sveltekit-preload-data="hover" class="outline-none focus:outline-none">
<div style="display: contents">
%sveltekit.body%
</div>
+1 -1
View File
@@ -23,7 +23,7 @@
</script>
<svelte:head>
<title>{$page.data.title ? `${$page.data.title} | ` : ''}Windmill</title>
<title>{$page.data?.stuff?.title ? `${$page.data?.stuff?.title} | ` : ''}Windmill</title>
</svelte:head>
<slot />