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