Add settings pages & header
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
import SettingsLayout from "@layouts/SettingsLayout.astro";
|
||||
---
|
||||
<SettingsLayout active="appearance">
|
||||
</SettingsLayout>
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
import SettingsLayout from "@layouts/SettingsLayout.astro";
|
||||
---
|
||||
<SettingsLayout active="credits">
|
||||
</SettingsLayout>
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
import SettingsLayout from "@layouts/SettingsLayout.astro";
|
||||
---
|
||||
<SettingsLayout active="links">
|
||||
</SettingsLayout>
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
import SettingsLayout from "@layouts/SettingsLayout.astro";
|
||||
---
|
||||
<SettingsLayout active="proxy">
|
||||
<div class="h-full mt-14 flex-grow">
|
||||
</div>
|
||||
</SettingsLayout>
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
---
|
||||
<Layout>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user