diff --git a/src/layouts/AboutLayout.astro b/src/layouts/AboutLayout.astro index b626b48..b62a712 100644 --- a/src/layouts/AboutLayout.astro +++ b/src/layouts/AboutLayout.astro @@ -5,17 +5,11 @@ import PageTitle from '../components/PageTitle.astro'; import { Image } from '../components'; -export interface Props { - class?: string; - grid?: 'wide' | 'narrow'; -} - -const { frontmatter, class: className, grid = 'narrow' } = Astro.props; -const gridVariant = frontmatter.grid || grid; +const { frontmatter } = Astro.props; --- - - + + {frontmatter.title}
+
{ - gridVariant !== 'fullsize' ? ( + grid !== 'fullsize' ? (