diff --git a/_includes/layouts/error.tsx b/_includes/layouts/error.tsx new file mode 100644 index 0000000..f97df30 --- /dev/null +++ b/_includes/layouts/error.tsx @@ -0,0 +1,40 @@ +import { md } from '../../filters.ts'; +import Head from '../Head.tsx'; +import Background from '../Background.tsx'; + +export default ({ + title, + content, + code, + + theme, + extraStylesheets, + extraScripts, + cacheBust, +}) => <> + + + + + +
+
+
+
+
+ + +; diff --git a/_includes/layouts/homepage.tsx b/_includes/layouts/homepage.tsx index 30c004e..f5de5bb 100644 --- a/_includes/layouts/homepage.tsx +++ b/_includes/layouts/homepage.tsx @@ -10,8 +10,6 @@ export default ({ extraStylesheets, extraScripts, cacheBust, - - showHakkenDates, }) => <>