cohost/html/tumblr.tsx

18 lines
468 B
TypeScript

import { render_and_copy } from "./common.tsx";
import { Post } from "./one-post.tsx";
const DASH_BG = "#36465D";
// mainly doing this in pch, but i'll gen a chost for a funny
render_and_copy(
<Post
headline="hey guys"
username="mehbark"
posted="10.2 hr. ago"
link="https://cohost.org/mehbark/post/4550377-hey-guys/dbb81e7b5db74ffd942bf76ea5eb72a6"
n_comments={413}
>
oh wait oops wrong website
</Post>
);