202404170405
This commit is contained in:
parent
4f87a3f95b
commit
a95a3fdbb6
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,8 @@ interface Props {
|
|||
const { title } = Astro.props;
|
||||
const { frontmatter } = Astro.props;
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<Head />
|
||||
<title>{title}</title>
|
||||
|
@ -27,3 +28,4 @@ const { frontmatter } = Astro.props;
|
|||
</center>
|
||||
<slot />
|
||||
<Footer />
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue