feat(blog/PostLayout): add article tag

This commit is contained in:
xHyroM 2023-01-03 13:39:18 +01:00
parent 04e44fadc5
commit dd6a84ff41

View file

@ -22,7 +22,9 @@ const {
<Container> <Container>
<main class="text-white text-2xl"> <main class="text-white text-2xl">
<article>
<slot /> <slot />
</article>
</main> </main>
</Container> </Container>
</Layout> </Layout>