mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
persistent sidebar
This commit is contained in:
@@ -33,18 +33,15 @@
|
||||
<meta name="description" content={description} />
|
||||
</svelte:head>
|
||||
|
||||
<Docs variant="two-side-navs">
|
||||
<Sidebar />
|
||||
<DocsTutorial {title} toc={[]}>
|
||||
<svelte:fragment slot="metadata">
|
||||
{#if difficulty}
|
||||
<li>{difficulty}</li>
|
||||
{/if}
|
||||
{#if readtime}
|
||||
<li>{readtime} min</li>
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
<slot />
|
||||
</DocsTutorial>
|
||||
<MainFooter variant="docs"/>
|
||||
</Docs>
|
||||
<DocsTutorial {title} toc={[]}>
|
||||
<svelte:fragment slot="metadata">
|
||||
{#if difficulty}
|
||||
<li>{difficulty}</li>
|
||||
{/if}
|
||||
{#if readtime}
|
||||
<li>{readtime} min</li>
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
<slot />
|
||||
</DocsTutorial>
|
||||
<MainFooter variant="docs" />
|
||||
|
||||
Reference in New Issue
Block a user