Skip to content

Commit

Permalink
reproduce duplication bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed May 1, 2021
1 parent 67219d3 commit 688833c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/routes/$layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
import "../app.css";
</script>

<Header />
<svelte:head>
<meta title="demo app" />
</svelte:head>

{#if false}
<Header />
{/if}

<main>
<slot />
Expand Down

0 comments on commit 688833c

Please sign in to comment.