mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
fix: mardoc layouts
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
import { Docs, DocsTutorial } from '$lib/layouts';
|
||||
import { getContext, setContext } from 'svelte';
|
||||
import Sidebar from '$routes/docs/Sidebar.svelte';
|
||||
import { MainFooter } from '$lib/components';
|
||||
|
||||
export let title: string;
|
||||
export let description: string;
|
||||
@@ -45,4 +46,5 @@
|
||||
</svelte:fragment>
|
||||
<slot />
|
||||
</DocsTutorial>
|
||||
<MainFooter variant="docs"/>
|
||||
</Docs>
|
||||
|
||||
Reference in New Issue
Block a user