remove more things
This commit is contained in:
parent
dac0749890
commit
a19b417d71
3 changed files with 3 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ interface Props {
|
|||
}>;
|
||||
}
|
||||
|
||||
const { frontmatter, post, headings = [] } = Astro.props as Props;
|
||||
const { frontmatter, headings = [] } = Astro.props as Props;
|
||||
const {
|
||||
title,
|
||||
description,
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue