mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 11:31:36 +01:00
Add ThemeToggle component
This commit is contained in:
@@ -13,7 +13,7 @@ const articles = (await getCollection("blog")).sort(
|
||||
---
|
||||
|
||||
<PageLayout {...home.data}>
|
||||
<TableOfContents slot="nav" client:load {headings} />
|
||||
<TableOfContents slot="nav" client:only="svelte" {headings} />
|
||||
<Content />
|
||||
{
|
||||
articles.map((article) => (
|
||||
|
||||
Reference in New Issue
Block a user