202404170405

This commit is contained in:
nelle 2024-04-17 04:05:56 -06:00
parent 4f87a3f95b
commit a95a3fdbb6

View file

@ -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>