Co-authored-by: june <self@breadone.net> Co-committed-by: june <self@breadone.net>
This commit was merged in pull request #4.
This commit is contained in:
14
src/layouts/base.astro
Normal file
14
src/layouts/base.astro
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
import BaseHead from "../components/BaseHead.astro";
|
||||
---
|
||||
|
||||
<html lang=en>
|
||||
<head>
|
||||
<BaseHead title="Recipie" />
|
||||
</head>
|
||||
<body>
|
||||
<main id="main" class="flex-1">
|
||||
<slot />
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user