Summary (required)
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
---
|
||||
const { title, description, lang } = Astro.props;
|
||||
import Navbar from "../components/Navbar.astro";
|
||||
import "../style/index.css";
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html lang={lang}>
|
||||
@ -9,7 +11,8 @@ const { title, description, lang } = Astro.props;
|
||||
<meta name="description" content={description}>
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<body class="bg-bkg">
|
||||
<Navbar />
|
||||
<slot/>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user