|
|
|
@ -14,7 +14,8 @@
|
|
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
</svelte:head>
|
|
|
|
</svelte:head>
|
|
|
|
|
|
|
|
|
|
|
|
<Shell nav_visible={$page.url.pathname !== '/repl/embed'}>
|
|
|
|
<div style:display={$page.url.pathname !== '/docs' ? 'contents' : 'none'}>
|
|
|
|
|
|
|
|
<Shell nav_visible={$page.url.pathname !== '/repl/embed'}>
|
|
|
|
<Nav logo="/svelte-logo.svg">
|
|
|
|
<Nav logo="/svelte-logo.svg">
|
|
|
|
<svelte:fragment slot="nav-center">
|
|
|
|
<svelte:fragment slot="nav-center">
|
|
|
|
{#if $page.url.pathname !== '/search'}
|
|
|
|
{#if $page.url.pathname !== '/search'}
|
|
|
|
@ -47,7 +48,8 @@
|
|
|
|
</Nav>
|
|
|
|
</Nav>
|
|
|
|
|
|
|
|
|
|
|
|
<slot />
|
|
|
|
<slot />
|
|
|
|
</Shell>
|
|
|
|
</Shell>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{#if browser}
|
|
|
|
{#if browser}
|
|
|
|
<SearchBox />
|
|
|
|
<SearchBox />
|
|
|
|
|