fix: page prose styling
This commit is contained in:
parent
99c5c46956
commit
26377e67f6
3 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
import BaseLayout from "./Layout.astro";
|
||||
import Markdown from "~/components/Markdown.astro";
|
||||
|
||||
const { title } = Astro.props.frontmatter || Astro.props;
|
||||
---
|
||||
|
||||
<BaseLayout title={title}>
|
||||
<slot />
|
||||
<Markdown>
|
||||
<slot />
|
||||
</Markdown>
|
||||
</BaseLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue