Added the title in the layout

This commit is contained in:
Cloudyy 2024-02-11 18:09:20 -03:00
parent b93809d073
commit 6f225471d1
Signed by: cloudyy
GPG key ID: 035104A645BAEADD

View file

@ -24,6 +24,7 @@ import '../styles/markdown.css';
<Nav />
<div class="container mx-auto mb-10 px-10">
<div class="markdown text-lg max-w-2xl mx-auto">
<h1>{title}</h1>
<slot />
</div>
</div>