basic marquee roller done
This commit is contained in:
parent
f5edced908
commit
a417b18c94
5 changed files with 213 additions and 64 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import Header from "@components/Header.astro";
|
||||
//import Header from "@components/Header.astro";
|
||||
import Footer from "@src/components/Footer.astro";
|
||||
import Head from "@config/Head.astro";
|
||||
import PreTheme from "@config/PreTheme.astro";
|
||||
|
@ -18,7 +18,7 @@ const { title, description } = Astro.props;
|
|||
<PreTheme />
|
||||
</head>
|
||||
<body class="baselayout">
|
||||
<Header />
|
||||
<!--<Header />-->
|
||||
<slot />
|
||||
<Footer />
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue