mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
feat(blog/PostLayout): add article tag
This commit is contained in:
parent
04e44fadc5
commit
dd6a84ff41
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ const {
|
|||
|
||||
<Container>
|
||||
<main class="text-white text-2xl">
|
||||
<slot />
|
||||
<article>
|
||||
<slot />
|
||||
</article>
|
||||
</main>
|
||||
</Container>
|
||||
</Layout>
|
Loading…
Reference in a new issue