mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
update: post page layout
This commit is contained in:
parent
7861156651
commit
e2cce321fc
7 changed files with 61 additions and 29 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue