diff --git a/components/RecipeHero.tsx b/components/RecipeHero.tsx index fddad8e..18cde2b 100644 --- a/components/RecipeHero.tsx +++ b/components/RecipeHero.tsx @@ -31,7 +31,7 @@ export function RecipeHero( Recipe Banner )} diff --git a/components/layouts/main.tsx b/components/layouts/main.tsx index 70171e6..1184f9b 100644 --- a/components/layouts/main.tsx +++ b/components/layouts/main.tsx @@ -1,5 +1,7 @@ import { ComponentChildren } from "preact"; import { menu } from "@lib/menus.ts"; +import { CSS, KATEX_CSS,render } from "https://deno.land/x/gfm/mod.ts"; +import { Head } from "$fresh/runtime.ts"; export type Props = { children: ComponentChildren; @@ -15,6 +17,10 @@ export const MainLayout = ({ children, url }: Props) => { class="md:grid mx-auto" style={{ gridTemplateColumns: "200px 1fr", maxWidth: "1024px" }} > + + + +