From 8a6d226456d2e64b92bd4c84b9e2b94ca994a7f4 Mon Sep 17 00:00:00 2001 From: Xillians Date: Tue, 13 Aug 2024 15:12:26 +0200 Subject: [PATCH] chore: delete unused file --- src/layouts/work.astro | 62 ------------------------------------------ 1 file changed, 62 deletions(-) delete mode 100644 src/layouts/work.astro 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 && ( - - ) - } -
- -
-
-
- -