diff --git a/src/layouts/work.astro b/src/layouts/work.astro deleted file mode 100644 index 43aaaf90..00000000 --- a/src/layouts/work.astro +++ /dev/null @@ -1,62 +0,0 @@ ---- -import type { MarkdownLayoutProps } from 'astro'; -import Layout, { type Props as DefaultLayoutProps } from './default.astro'; - -export type Props = MarkdownLayoutProps; -const { frontmatter } = Astro.props; ---- - - -
- { - frontmatter.headline && ( - - ) - } -
- -
-
-
- -