mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-18 03:15:09 +01:00
Initial commit
This commit is contained in:
13
src/layouts/MarkdownLayout.astro
Normal file
13
src/layouts/MarkdownLayout.astro
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
import DefaultLayout from './DefaultLayout.astro'
|
||||
|
||||
const { frontmatter } = Astro.props
|
||||
---
|
||||
|
||||
<DefaultLayout title={frontmatter.title}>
|
||||
<div class="container">
|
||||
<div class="space-content my-12">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</DefaultLayout>
|
||||
Reference in New Issue
Block a user