diff --git a/_includes/DefaultLayout.tsx b/_includes/DefaultLayout.tsx deleted file mode 100644 index df01a82..0000000 --- a/_includes/DefaultLayout.tsx +++ /dev/null @@ -1,66 +0,0 @@ -import { - title as titleFilter, - en, - de, - md, -} from '../../filters.ts'; -import Background from '../../components/Background.tsx'; - -export default ({ title, theme, extraStylesheets, content, cssCacheBust }) => <> - - - - { titleFilter(title) } - - - - - - - - - - - <> - {(extraStylesheets || []) - .map(extraStylesheet => )} - - - - -
-
- Deutsche übersetzung unten - -
-
- -
- English translation above - -
-
-
- - -;