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>
<main class="text-white text-2xl">
<slot />
<article>
<slot />
</article>
</main>
</Container>
</Layout>