fix little issues

This commit is contained in:
2024-01-25 21:54:49 -05:00
parent 76231e5d6b
commit 29f02667f4
6 changed files with 24 additions and 12 deletions
+1 -3
View File
@@ -8,9 +8,7 @@ export interface Props {
title: string;
}
const title = Astro.props.frontmatter
? Astro.props.frontmatter.title
: Astro.props.title;
const title = Astro.props.title;
---
<!DOCTYPE html>