{/* Title and meta info */}
{/* Description */}
{post.data.title}
{post.data.author}
•
{post.data.description}
{/* Tags */}
{post.data.tags.slice(0, 3).map((tag) => (
{
e.preventDefault();
window.location.href = `/blog/tags/${encodeURIComponent(tag)}`;
}}
>
#{tag}
))}
{post.data.tags.length > 3 && (
+{post.data.tags.length - 3}
)}