diff --git a/main.jsx b/main.jsx index 16db101..bdc75a9 100755 --- a/main.jsx +++ b/main.jsx @@ -4,7 +4,7 @@ /** @jsxFrag Fragment */ import { serve } from "https://deno.land/std@0.135.0/http/server.ts"; import { serveDir } from "https://deno.land/std@0.135.0/http/file_server.ts"; -import { h, ssr } from "https://crux.land/nanossr@0.0.4"; +import { Fragment, h, Helmet, ssr } from "https://crux.land/nanossr@0.0.4"; import work from "./data/work.json" assert { type: "json" }; @@ -244,11 +244,29 @@ function Faq() { ); } +const DESCRIPTION = + "The Web-interoperable Runtimes Community Group aims to provide a space for JS runtimes to collaborate on API interoperability."; + function Layout(props) { return ( -
- {props.children} -
+ <> + + WinterCG + + + + + + + +
+ {props.children} +
+ ); } @@ -388,7 +406,10 @@ function Footer() {