innit
This commit is contained in:
14
src/layouts/Base.astro
Normal file
14
src/layouts/Base.astro
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
let { title } = Astro.props;
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body><slot /></body>
|
||||
</html>
|
Reference in New Issue
Block a user