remove more things

This commit is contained in:
Barrett Ruth 2026-01-12 11:12:48 -05:00
parent dac0749890
commit a19b417d71
3 changed files with 3 additions and 7 deletions

View file

@ -1,9 +1,5 @@
---
const {
title,
description = "barrett ruth's website",
useHeader = true,
} = Astro.props;
const { title, description = "barrett ruth's website" } = Astro.props;
---
<!doctype html>

View file

@ -25,7 +25,7 @@ interface Props {
}>;
}
const { frontmatter, post, headings = [] } = Astro.props as Props;
const { frontmatter, headings = [] } = Astro.props as Props;
const {
title,
description,

View file

@ -3,4 +3,4 @@ import BaseLayout from "../layouts/BaseLayout.astro";
const title = "barrett ruth";
---
<BaseLayout title={title} useHeader={false}> henlo </BaseLayout>
<BaseLayout title={title}> henlo </BaseLayout>