Dali šme tam barvišky

ok... idk anymore
This commit is contained in:
Blboun3
2024-05-30 16:23:22 +02:00
parent d377b3d739
commit ea25e69277
6 changed files with 183 additions and 145 deletions

View File

@@ -25,11 +25,11 @@ const { Content } = await page.render();
---
<BlogPost {...page.data} language={lang}>
<div class="text-center">
<h1 class="text-4xl">{page.data.title}</h1>
<p>{page.data.author} • {formattedDate}</p>
</div>
<div id="content">
<article class="prose prose-moi">
<div class="text-center">
<h1 class="text-4xl">{page.data.title}</h1>
<p>{page.data.author} • {formattedDate}</p>
</div>
<Content />
</div>
</article>
</BlogPost>