-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d9b64c
commit af0c8fc
Showing
2 changed files
with
2 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,30 +27,3 @@ The value of an `{@html ...}` block in node_modules/.pnpm/[email protected] | |
</div> | ||
</main> | ||
</div> | ||
<!-- <script> | ||
import { page } from '$app/stores'; | ||
import extend from 'just-extend'; | ||
import { ModeWatcher } from 'mode-watcher'; | ||
import { MetaTags } from 'svelte-meta-tags'; | ||
import '../app.css'; | ||
import Aside from './aside.svelte'; | ||
import Header from './header.svelte'; | ||
let { data, children } = $props(); | ||
let metaTags = $derived(extend(true, {}, data.baseMetaTags, $page.data.pageMetaTags)); | ||
</script> | ||
<MetaTags {...metaTags} /> | ||
<ModeWatcher /> | ||
<div> | ||
<Header /> | ||
<main | ||
class="sidebar -mx-px -mt-px flex max-w-[1220px] flex-col md:mx-auto xl:mt-0 xl:grid xl:grid-cols-[260px_1fr]" | ||
> | ||
<Aside /> | ||
<div class="order-2 grow"> | ||
{@render children?.()} | ||
</div> | ||
</main> | ||
</div> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters