···11import { date } from "../lib/date.ts";
22import { env } from "../lib/env.ts";
33-import { CgTimelapse } from "jsr:@preact-icons/cg";
4354import { Paragraph } from "./typography.tsx";
65import type { ComponentChildren } from "preact";
77-import { h } from "preact";
88-99-// Wrapper component for the icon to handle compatibility issues
1010-const TimeIcon = () => h(CgTimelapse, { size: 13 });
116127// Calculate reading time based on content length
138function getReadingTime(content: string): number {