update: post page layout

This commit is contained in:
radishzzz 2025-02-16 01:10:06 +00:00
parent 7861156651
commit e2cce321fc
7 changed files with 61 additions and 29 deletions

View file

@ -45,7 +45,7 @@ const { isHome, isPost } = getPagePath(Astro.url.pathname);
<Footer />
</div>
{!isHome && isPost && <MobileHeader /> }
{!isHome && isPost && <MobileHeader class="lg:hidden" /> }
<main class="col-start-1 row-start-1">
<slot />