2024-02-20 22:04:25 -05:00
|
|
|
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"
|
2024-02-20 22:10:36 -05:00
|
|
|
link="https://cohost.org/mehbark/post/4550377-hey-guys/dbb81e7b5db74ffd942bf76ea5eb72a6"
|
2024-02-20 22:04:25 -05:00
|
|
|
n_comments={413}
|
|
|
|
>
|
|
|
|
oh wait oops wrong website
|
|
|
|
</Post>
|
|
|
|
);
|