blog post reorg

This commit is contained in:
2023-01-27 17:18:07 +00:00
parent a9b1bcd89f
commit ec094309b5
5 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ const { title, pubDate } = Astro.props.frontmatter;
<Layout title={title}>
<BlogHeader title={title} date={pubDate} />
<slot />
<article>
<slot />
</article>
</Layout>
<style is:global>