This commit is contained in:
2023-12-24 23:00:20 +01:00
parent c5effd8f7f
commit a2687083e0
16 changed files with 91 additions and 38 deletions

View File

@@ -9,10 +9,10 @@ import {l} from "../util/util";
import ServerStatus from "../components/ServerStatus.svelte";
const { title } = Astro.props;
const { title, description } = Astro.props;
---
<Basic title={title}>
<Basic title={title} description={description}>
<slot name="head" slot="head" />
<Fragment>
<div class="min-h-screen flex flex-col">