-2
routes/index.tsx
-2
routes/index.tsx
···
12
12
"isn't a real word",
13
13
"enjoys each protocol equally",
14
14
"is having a very semantic argument",
15
-
"fellas is it gay to write unit tests?",
16
15
"wrote these derivitive taglines",
17
16
"is way too into css animations",
18
17
"uses dark mode at noon",
···
27
26
"wants to be included in discourse",
28
27
"is deeply offended by semicolons",
29
28
"is morraly opposed to touching grass",
30
-
"uses inline css (sue me)",
31
29
];
32
30
33
31
function getRandomTagline() {
-2
routes/post/[slug].tsx
-2
routes/post/[slug].tsx
···
7
7
import { Title } from "../../components/typography.tsx";
8
8
import { getPost } from "../../lib/api.ts";
9
9
import { Head } from "$fresh/runtime.ts";
10
-
import { BlueskyComments } from "npm:bluesky-comments";
11
10
12
11
interface Post {
13
12
uri: string;
···
146
145
/>
147
146
</div>
148
147
</article>
149
-
150
148
</main>
151
149
<Footer />
152
150
</div>