+ + + + + + Back to Blog + + + + {entry.data.image && ( + + )} + + {entry.data.title} + + + By {entry.data.author} + • + {formattedDate} + + + {entry.data.tags && entry.data.tags.length > 0 && ( + + {entry.data.tags.map(tag => ( + + {tag} + + ))} + + )} + + + + +
+ + {post.data.image && ( + + )} + + {post.data.title} + + {new Date(post.data.pubDate).toLocaleDateString('en-US', { + year: 'numeric', + month: 'long', + day: 'numeric' + })} + + {post.data.description} + Read more → + + +