footer, root module nav, and main page done
This commit is contained in:
parent
cd1226e333
commit
23719ec405
17 changed files with 519 additions and 34 deletions
|
@ -10,6 +10,7 @@ import Nav from "@components/navigation/sidebars/Nav.astro";
|
|||
import CreateQMLCodeButtons from "@components/hooks/CreateQMLCodeButtons.astro";
|
||||
import "@styles/global.css";
|
||||
import type { ConfigHeading } from "@src/components/navigation/sidebars/types";
|
||||
import Footer from "@src/components/Footer.astro";
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
|
@ -98,6 +99,7 @@ if (url[2]) {
|
|||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue