Images
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user