move sssg to it's own repo at https://git.sad.ovh/sophie/sssg
All checks were successful
/ test (push) Successful in 14s
All checks were successful
/ test (push) Successful in 14s
This commit is contained in:
parent
031625f918
commit
d0084e9f44
11 changed files with 47 additions and 458 deletions
|
|
@ -2,9 +2,8 @@ import { useEffect, useState } from "preact/hooks";
|
|||
import type { Metadata } from "./blog";
|
||||
import { Giscus } from "./giscus";
|
||||
|
||||
|
||||
export function BlogPost({ pageOpen }: { pageOpen: [Metadata | undefined, (z: Metadata | undefined) => void] }) {
|
||||
if(!pageOpen[0]) return <h1>How did you get to here..?</h1>;
|
||||
if (!pageOpen[0]) return <h1>How did you get to here..?</h1>;
|
||||
|
||||
const blogPost = useState<string | undefined>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue