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 { title } = Astro.props;
|
||||||
const { frontmatter } = Astro.props;
|
const { frontmatter } = Astro.props;
|
||||||
---
|
---
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<Head />
|
<Head />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
|
@ -27,3 +28,4 @@ const { frontmatter } = Astro.props;
|
||||||
</center>
|
</center>
|
||||||
<slot />
|
<slot />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue