mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
re-enable page titles
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user