mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 03:31:47 -05:00
Now this should actually fix it
This commit is contained in:
parent
e179d5bdd3
commit
b8365b66d7
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
const { title, description } = Astro.props;
|
||||
const { frontmatter } = Astro.props;
|
||||
---
|
||||
|
||||
<Layout title={title} description={description}>
|
||||
<Layout title={frontmatter.title} description={frontmatter.description}>
|
||||
<div class="container">
|
||||
<slot />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue