export function getPostCard(html: HTMLHtmlElement) { const {title, description, image, source, published} = getPostMeta(html); const postCard = `
${source}
${ new Date(published)?.toLocaleDateString() || "" }
${description}