diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index 22afab9..9dff095 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -1,9 +1,5 @@
---
-const {
- title,
- description = "barrett ruth's website",
- useHeader = true,
-} = Astro.props;
+const { title, description = "barrett ruth's website" } = Astro.props;
---
diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro
index 57aa4b9..82490bd 100644
--- a/src/layouts/PostLayout.astro
+++ b/src/layouts/PostLayout.astro
@@ -25,7 +25,7 @@ interface Props {
}>;
}
-const { frontmatter, post, headings = [] } = Astro.props as Props;
+const { frontmatter, headings = [] } = Astro.props as Props;
const {
title,
description,
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 0e0aafd..5099726 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -3,4 +3,4 @@ import BaseLayout from "../layouts/BaseLayout.astro";
const title = "barrett ruth";
---
- henlo
+ henlo