Leaflet Blog in Deno Fresh

fix

Changed files
-4
routes
-2
routes/index.tsx
···
"isn't a real word",
"enjoys each protocol equally",
"is having a very semantic argument",
-
"fellas is it gay to write unit tests?",
"wrote these derivitive taglines",
"is way too into css animations",
"uses dark mode at noon",
···
"wants to be included in discourse",
"is deeply offended by semicolons",
"is morraly opposed to touching grass",
-
"uses inline css (sue me)",
];
function getRandomTagline() {
-2
routes/post/[slug].tsx
···
import { Title } from "../../components/typography.tsx";
import { getPost } from "../../lib/api.ts";
import { Head } from "$fresh/runtime.ts";
-
import { BlueskyComments } from "npm:bluesky-comments";
interface Post {
uri: string;
···
/>
</div>
</article>
-
</main>
<Footer />
</div>