update
This commit is contained in:
parent
ba7125eb51
commit
9512a195d7
1 changed files with 2 additions and 1 deletions
|
@ -10,10 +10,11 @@ import Footer from '@components/global/Footer.astro'
|
|||
|
||||
// Styles
|
||||
import "@styles/index.scss";
|
||||
import { fade } from "astro:transitions";
|
||||
---
|
||||
|
||||
<Head />
|
||||
<Header MobileTitle={MobileTitle} NoSubHeader={NoSubHeader}>
|
||||
<Header transition:persist MobileTitle={MobileTitle} NoSubHeader={NoSubHeader}>
|
||||
<slot name="sub-header" />
|
||||
</Header>
|
||||
<div class="page-content">
|
||||
|
|
Loading…
Reference in a new issue