feat: add post description on desktop home page

This commit is contained in:
radishzzz 2025-03-16 02:15:36 +00:00
parent 5f3d9bc3c2
commit f9c48b2c6f
9 changed files with 27 additions and 22 deletions

View file

@ -40,7 +40,7 @@ const { Content } = aboutEntry ? await aboutEntry.render() : { Content: null }
<Layout>
<div class="uno-decorative-line"></div>
<div class="heti mt-4.375">
<div class="heti">
{Content && <Content />}
</div>
</Layout>